Curranj commited on
Commit
6250028
·
1 Parent(s): 2752c52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def greet( prompt):
89
 
90
 
91
  iface = gr.Interface(greet, inputs = ["text"], outputs = "text")
92
- iface.launch(share=True )
93
 
94
 
95
  #breakpoint()
 
89
 
90
 
91
  iface = gr.Interface(greet, inputs = ["text"], outputs = "text")
92
+ iface.launch()
93
 
94
 
95
  #breakpoint()