Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Core23
/
Haki_V1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Core23
commited on
Nov 19, 2023
Commit
4c7fb0e
·
1 Parent(s):
5fd8956
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -160,4 +160,5 @@ demo = gr.Interface(
160
layout="vertical",
161
allow_flagging=False,
162
live=True,
163
-
)
160
layout="vertical",
161
allow_flagging=False,
162
live=True,
163
+
)
164
+
demo.launch()