Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jerrypan7/sspeech_translation_sandbox
jerrypan7
/
speech_translation_integrate
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jerrypan7
commited on
Oct 7, 2024
Commit
6c13d81
·
verified
·
1 Parent(s):
c54a536
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -239,4 +239,4 @@ with gr.Blocks() as demo:
239
outputs=[user_target_speaker]
240
)
241
242
-
demo.launch(auth=("test", "test")
239
outputs=[user_target_speaker]
240
)
241
242
+
demo.launch(auth=("test", "test")
)