modified instruction string
Browse files
app.py
CHANGED
|
@@ -35,9 +35,9 @@ gradio_interface = gr.Interface(
|
|
| 35 |
|
| 36 |
response = requests.post("https://gmshroff-gmserver.hf.space/run/predict", json={
|
| 37 |
"data": [
|
| 38 |
-
"
|
| 39 |
]}).json()
|
| 40 |
-
|
| 41 |
data = response["data"])
|
| 42 |
|
| 43 |
''')
|
|
|
|
| 35 |
|
| 36 |
response = requests.post("https://gmshroff-gmserver.hf.space/run/predict", json={
|
| 37 |
"data": [
|
| 38 |
+
"\<put some json string here\>",
|
| 39 |
]}).json()
|
| 40 |
+
|
| 41 |
data = response["data"])
|
| 42 |
|
| 43 |
''')
|