Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DinisCruz
/
Test-bot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DinisCruz
commited on
Aug 7, 2023
Commit
98fab5a
·
1 Parent(s):
60a400f
testing gradio basic auth
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ gradio_test = Gradio_Test()
15
demo = gradio_test.create_demo()
16
17
if __name__ == "__main__":
18
-
demo.launch()
15
demo = gradio_test.create_demo()
16
17
if __name__ == "__main__":
18
+
demo.launch(
"admin", "pass1234"
)