Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepsync
/
audio-splitter
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
deepsync
commited on
Nov 11, 2024
Commit
e8b6eed
·
verified
·
1 Parent(s):
13d7a12
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,5 +22,5 @@ interface = gr.Interface(
22
)
23
24
if __name__=="__main__":
25
-
interface.queue().launch()
26
22
)
23
24
if __name__=="__main__":
25
+
interface.queue().launch(
auth=(os.environ["USERNAME"], os.environ["PASSWORD"]
)
)
26