shreyasvaidya commited on
Commit
125d6ce
·
verified ·
1 Parent(s): cf63466

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -310,9 +310,9 @@ demo = gr.Interface(
310
  )
311
 
312
  # Server setup and launch configuration
313
- if __name__ == "__main__":
314
- server = "0.0.0.0" # IP address for server
315
- port = 7865 # Port to run the server on
316
- demo.launch(server_name=server, server_port=port)
317
 
318
- # demo.launch(share = True)
 
310
  )
311
 
312
  # Server setup and launch configuration
313
+ # if __name__ == "__main__":
314
+ # server = "0.0.0.0" # IP address for server
315
+ # port = 7865 # Port to run the server on
316
+ # demo.launch(server_name=server, server_port=port)
317
 
318
+ demo.launch()