Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gpt-omni
/
mini-omni
like
42
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
gpt-omni
commited on
Sep 4, 2024
Commit
e281db3
·
verified
·
1 Parent(s):
0acf43a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,5 @@ demo = gr.Interface(
50
title="Chat Mini-Omni Demo",
51
live=True,
52
)
53
-
demo.queue()
.launch()
50
title="Chat Mini-Omni Demo",
51
live=True,
52
)
53
+
demo.queue()
54
+
demo.launch()