Huiwenshi commited on
Commit
db387e8
1 Parent(s): 49d4d06

Upload app_hg.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app_hg.py +2 -2
app_hg.py CHANGED
@@ -545,6 +545,6 @@ with gr.Blocks() as demo:
545
  CONST_SERVER = '0.0.0.0'
546
 
547
  demo.queue(max_size=CONST_MAX_QUEUE)
548
- demo.launch(server_name=CONST_SERVER, server_port=CONST_PORT)
549
- # demo.launch()
550
 
 
545
  CONST_SERVER = '0.0.0.0'
546
 
547
  demo.queue(max_size=CONST_MAX_QUEUE)
548
+ # demo.launch(server_name=CONST_SERVER, server_port=CONST_PORT)
549
+ demo.launch()
550