Spaces:
Runtime error
Runtime error
Commit
·
5387232
1
Parent(s):
17cc355
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,7 @@ iface = gr.Interface(generate,
|
|
37 |
outputs = gr.Textbox(label="Output"),
|
38 |
title=title,
|
39 |
description=description
|
40 |
-
|
41 |
-
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
iface.launch()
|
|
|
37 |
outputs = gr.Textbox(label="Output"),
|
38 |
title=title,
|
39 |
description=description
|
40 |
+
)
|
|
|
41 |
|
42 |
+
iface.queue()
|
43 |
+
iface.launch()
|
|