nlmaldonadog commited on
Commit
ab91d69
·
verified ·
1 Parent(s): 3155527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,5 +10,5 @@ def predict(text):
10
  prediction4 = "\nModel 4 " + str(classifier4(text))
11
  return prediction3 + prediction4
12
 
13
- if = gr.Interface(fn=predict, inputs=[gr.Textbox(placeholder='Escribe aquí...')], outputs="text")
14
- if.launch(share=True)
 
10
  prediction4 = "\nModel 4 " + str(classifier4(text))
11
  return prediction3 + prediction4
12
 
13
+ ifg = gr.Interface(fn=predict, inputs=[gr.Textbox(placeholder='Escribe aquí...')], outputs="text")
14
+ ifg.launch(share=True)