MiVaCod commited on
Commit
bdf7d0b
·
verified ·
1 Parent(s): 505377e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ iface = gr.Interface(
25
  )
26
 
27
  # Launch the interface
28
- iface.launch(share=True)
 
25
  )
26
 
27
  # Launch the interface
28
+ gr.Interface(fn=predict, inputs=gr.inputs.Text, outputs=gr.outputs.Text).launch(share=False)