anikde commited on
Commit
da8e486
·
1 Parent(s): ec00790

demo launch edit

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -126,10 +126,10 @@ demo = gr.Interface(
126
  examples=examples
127
  )
128
 
129
- # Server setup and launch configuration
130
- if __name__ == "__main__":
131
- server = "0.0.0.0" # IP address for server
132
- port = 7865 # Port to run the server on
133
- demo.launch(server_name=server, server_port=port, share=True)
134
 
135
- # demo.launch()
 
126
  examples=examples
127
  )
128
 
129
+ # # Server setup and launch configuration
130
+ # if __name__ == "__main__":
131
+ # server = "0.0.0.0" # IP address for server
132
+ # port = 7865 # Port to run the server on
133
+ # demo.launch(server_name=server, server_port=port, share=True)
134
 
135
+ demo.launch()