Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Kev09
/
Testlora
like
0
Sleeping
App
Files
Files
Community
Kev09
commited on
Dec 28, 2023
Commit
99a019a
•
1 Parent(s):
4315486
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,4 @@ def pipee(name):
17
18
19
iface = gr.Interface(fn=pipee, inputs="text", outputs="text")
20
-
iface.launch()
17
18
19
iface = gr.Interface(fn=pipee, inputs="text", outputs="text")
20
+
iface.
queue().
launch(
debug=True
)