anisharitakula commited on
Commit
c7322ce
1 Parent(s): 0b83bd8

Upload app.py

Browse files

Removed share=True

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -989,7 +989,7 @@ import gradio as gr
989
 
990
 
991
  iface = gr.Interface(fn=predict_1, inputs="text", outputs="text")
992
- iface.launch(share=True)
993
 
994
 
995
  # In[114]:
 
989
 
990
 
991
  iface = gr.Interface(fn=predict_1, inputs="text", outputs="text")
992
+ iface.launch()
993
 
994
 
995
  # In[114]: