Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cbensimon
/
gradio-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cbensimon
HF Staff
commited on
Aug 29, 2022
Commit
c746a41
·
1 Parent(s):
4062ed3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,4 @@ interface = gr.Interface(
17
theme='huggingface',
18
)
19
20
-
interface.launch()
17
theme='huggingface',
18
)
19
20
+
interface.launch(
auth=[('a', 'b'
)
])