Spaces:
Sleeping
Sleeping
Commit
·
1874ad1
1
Parent(s):
63e3e29
ssr mode
Browse files
app.py
CHANGED
@@ -132,5 +132,5 @@ with gr.Blocks() as demo:
|
|
132 |
# failed.launch()
|
133 |
#run_with_context(load_dotenv)
|
134 |
load_dotenv()
|
135 |
-
demo.launch(
|
136 |
auth=(os.environ.get('HF_USERNAME','test1'),os.environ.get('HF_PASSWORD','test1')))
|
|
|
132 |
# failed.launch()
|
133 |
#run_with_context(load_dotenv)
|
134 |
load_dotenv()
|
135 |
+
demo.launch(share=True, ssr_mode=False,
|
136 |
auth=(os.environ.get('HF_USERNAME','test1'),os.environ.get('HF_PASSWORD','test1')))
|