Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
salexashenko
/
test_237568525
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
salexashenko
commited on
Jan 16, 2023
Commit
af2abe4
·
1 Parent(s):
7735bc8
try auth again
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -715,4 +715,4 @@ demo = gr.Interface(
715
)
716
717
if __name__ == "__main__":
718
-
demo.launch()
715
)
716
717
if __name__ == "__main__":
718
+
demo.launch(
auth=("user", "agnoagJLKDN324ASDBFhndss"
)
)