Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huynhdoo
/
sirius
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
huynhdoo
commited on
Mar 27, 2024
Commit
5b5b0f0
·
verified
·
1 Parent(s):
042bc68
Upload folder using huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,4 @@ gradio_app = gr.Interface(
43
)
44
45
if __name__ == "__main__":
46
-
gradio_app.launch(auth=("sirius", "black"))
43
)
44
45
if __name__ == "__main__":
46
+
gradio_app.launch(auth=("sirius", "black")
, cache_examples=False
)