DangoMachoo commited on
Commit
e2aa713
·
1 Parent(s): beb4c83
Files changed (1) hide show
  1. app.py +1 -1
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)