Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Docfile
/
Mycha
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Docfile
commited on
Oct 10, 2023
Commit
b992f13
·
1 Parent(s):
41979d9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -136,4 +136,4 @@ demo = gr.TabbedInterface([app1, app2, app3,app4,app6,app5,app7,app8],["OCR", "M
136
137
138
139
-
demo.launch()
136
137
138
139
+
demo.launch(
auth=("admin", "pass1234"
)
)