juanpablosanchez commited on
Commit
61a0c55
·
verified ·
1 Parent(s): 7f3c10a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -54,4 +54,3 @@ def predict_gradio(text):
54
 
55
  demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
56
  demo.launch()
57
-
 
54
 
55
  demo = gr.Interface(fn=predict_gradio, inputs="text", outputs="json")
56
  demo.launch()