Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Stanlito
/
space-demo
like
0
Sleeping
App
Files
Files
Community
Stanlito
commited on
Jul 23, 2023
Commit
2d9ae00
·
1 Parent(s):
248316d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -16,5 +16,6 @@ iface = gr.Interface(
16
outputs="text"
17
)
18
19
-
iface.launch()
20
16
outputs="text"
17
)
18
19
+
20
+
iface.launch()
21