Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,4 +21,9 @@ iface = gr.Interface(
|
|
| 21 |
)
|
| 22 |
|
| 23 |
# π Launch with API enabled so external clients like Discord can POST data
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
)
|
| 22 |
|
| 23 |
# π Launch with API enabled so external clients like Discord can POST data
|
| 24 |
+
# Enable queuing
|
| 25 |
+
app.queue()
|
| 26 |
+
|
| 27 |
+
# Launch the app
|
| 28 |
+
app.launch()
|
| 29 |
+
|