FORMATPOTTER commited on
Commit
ecae831
·
verified ·
1 Parent(s): 309a132

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,4 +26,5 @@ iface = gr.Interface(
26
  )
27
 
28
  # Launch the interface
29
- iface.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
 
26
  )
27
 
28
  # Launch the interface
29
+ iface.launch(server_name="0.0.0.0", server_port=7860)
30
+