Spaces:
Running
on
L40S
Running
on
L40S
Upload app_hg.py with huggingface_hub
Browse files
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 |
-
|
| 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 |
|