Spaces:
Runtime error
Runtime error
hobs
commited on
Commit
·
71fb66d
1
Parent(s):
01b532f
ignore .env
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ Or using `curl`:
|
|
141 |
```bash
|
142 |
curl -X POST https://Hobson-gradio-rest-api.hf.space/api/predict/ -H 'Content-Type: application/json' -d '{"data": ["one hundred forty-two"], "fn_index": 0}'
|
143 |
```
|
144 |
-
""" + f"{json.loads()['type']}")
|
145 |
|
146 |
interface = gr.Interface(lambda: None, inputs=[textbox_input], outputs=[textbox_output])
|
147 |
|
|
|
141 |
```bash
|
142 |
curl -X POST https://Hobson-gradio-rest-api.hf.space/api/predict/ -H 'Content-Type: application/json' -d '{"data": ["one hundred forty-two"], "fn_index": 0}'
|
143 |
```
|
144 |
+
""" + f"{json.loads(BQ_JSON)['type']}")
|
145 |
|
146 |
interface = gr.Interface(lambda: None, inputs=[textbox_input], outputs=[textbox_output])
|
147 |
|