LEGENDCODER1 commited on
Commit
445540d
·
verified ·
1 Parent(s): 987e96a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,7 +21,8 @@ interface = gr.Interface(
21
 
22
  # Launch the app
23
  if __name__ == "__main__":
24
- interface.launch(server_name="0.0.0.0", share=True)
 
25
 
26
 
27
 
 
21
 
22
  # Launch the app
23
  if __name__ == "__main__":
24
+ interface.launch(server_name="0.0.0.0")
25
+
26
 
27
 
28