Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ demo = gr.Interface(
|
|
| 31 |
gr.Textbox(label="Input 3")
|
| 32 |
],
|
| 33 |
outputs=gr.JSON(label="Predictions"),
|
| 34 |
-
api_name="/predict"
|
| 35 |
)
|
| 36 |
|
| 37 |
if __name__ == "__main__":
|
|
|
|
| 31 |
gr.Textbox(label="Input 3")
|
| 32 |
],
|
| 33 |
outputs=gr.JSON(label="Predictions"),
|
| 34 |
+
api_name="/predict"
|
| 35 |
)
|
| 36 |
|
| 37 |
if __name__ == "__main__":
|