Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kviai
/
kviimager2.0
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kvikontent
commited on
Feb 4, 2024
Commit
a70a8f2
·
verified
·
1 Parent(s):
146d229
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
32
title=title,
33
description=description
34
)
35
-
iface.launch(
inline=True
)
32
title=title,
33
description=description
34
)
35
+
iface.launch()