Commit
·
f1929cd
1
Parent(s):
d12a432
update swagger
Browse files
app.py
CHANGED
@@ -55,3 +55,4 @@ def predict_gradio(text):
|
|
55 |
|
56 |
demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
|
57 |
demo.launch(share=True)
|
|
|
|
55 |
|
56 |
demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
|
57 |
demo.launch(share=True)
|
58 |
+
|