anikde commited on
Commit
7795c88
·
1 Parent(s): b529bd5

updated without launch configs

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -110,9 +110,9 @@ demo = gr.Interface(
110
  )
111
 
112
  # # Server setup and launch configuration
113
- if __name__ == "__main__":
114
- server = "0.0.0.0" # IP address for server
115
- port = 7865 # Port to run the server on
116
- demo.launch(server_name=server, server_port=port)
117
 
118
- # demo.launch()
 
110
  )
111
 
112
  # # Server setup and launch configuration
113
+ # if __name__ == "__main__":
114
+ # server = "0.0.0.0" # IP address for server
115
+ # port = 7865 # Port to run the server on
116
+ # demo.launch(server_name=server, server_port=port)
117
 
118
+ demo.launch()