Spaces:
Runtime error
Runtime error
Commit
·
e2aa713
1
Parent(s):
beb4c83
fix main
Browse files
app.py
CHANGED
|
@@ -73,4 +73,4 @@ with gr.Blocks() as demo:
|
|
| 73 |
download_button.click(fn=get_download_filepath, inputs=download_button, outputs=download_button)
|
| 74 |
|
| 75 |
# รันใน Hugging Face Spaces ด้วย auth
|
| 76 |
-
demo.launch(auth=[("client1", "pass123"), ("client2", "pass456")])
|
|
|
|
| 73 |
download_button.click(fn=get_download_filepath, inputs=download_button, outputs=download_button)
|
| 74 |
|
| 75 |
# รันใน Hugging Face Spaces ด้วย auth
|
| 76 |
+
demo.launch(auth=[("client1", "pass123"), ("client2", "pass456")], share=True)
|