Spaces:
mashroo
/
Running on Zero

YoussefAnso commited on
Commit
6a61ba8
·
1 Parent(s): acab22c

Remove server name and port parameters from Gradio launch settings, simplifying the configuration for improved clarity and usability.

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -266,6 +266,4 @@ with gr.Blocks(
266
  )
267
 
268
  if __name__ == "__main__":
269
- import os
270
-
271
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
266
  )
267
 
268
  if __name__ == "__main__":
269
+ demo.launch()