Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
peterpeter8585
/
syai4.1
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
peterpeter8585
commited on
Mar 4
Commit
6e86bb5
·
verified
·
1 Parent(s):
307dd52
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -62,6 +62,4 @@ ai1=gr.ChatInterface(
62
],
63
64
)
65
-
with gr
.
Blocks
(
theme="shivi/calm_seafoam"
)
as ai:
66
-
gr.TabbedInterface([ai1],["Chatchat"])
67
-
ai.launch()
62
],
63
64
)
65
+
ai1
.
launch
()