Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvilasuero
/
test-gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dvilasuero
HF Staff
commited on
Jul 16, 2024
Commit
15197fb
·
verified
·
1 Parent(s):
1536d01
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -60,4 +60,5 @@ demo = gr.ChatInterface(
60
61
62
if __name__ == "__main__":
63
demo.launch()
60
61
62
if __name__ == "__main__":
63
+
gr.LoginButton()
64
demo.launch()