Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lap1official
/
API
like
2
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Reality123b
commited on
Nov 8, 2024
Commit
83fc6b9
·
verified
·
1 Parent(s):
d9af9b8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -417,4 +417,6 @@ demo = gr.ChatInterface(
417
),
418
],
419
css=custom_css # Apply the custom CSS
420
-
)
417
),
418
],
419
css=custom_css # Apply the custom CSS
420
+
)
421
+
422
+
demo.launch()