Spaces:
Runtime error
Runtime error
Commit
·
556d120
1
Parent(s):
ce12e5f
Update app.py
Browse files
app.py
CHANGED
@@ -5,5 +5,5 @@ def greet(name):
|
|
5 |
return hf_writer
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="image")
|
8 |
-
|
9 |
iface.launch()
|
|
|
5 |
return hf_writer
|
6 |
|
7 |
iface = gr.Interface(fn=greet, inputs="text", outputs="image")
|
8 |
+
gr.Interface.queue(3)
|
9 |
iface.launch()
|