Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,10 +44,10 @@ iface = gr.Interface(
|
|
44 |
title=title,
|
45 |
description=description,
|
46 |
article=article,
|
47 |
-
enable_queue=True,
|
48 |
examples=examples
|
49 |
)
|
50 |
|
51 |
|
|
|
52 |
# Launch interface
|
53 |
iface.launch(debug=True)
|
|
|
44 |
title=title,
|
45 |
description=description,
|
46 |
article=article,
|
|
|
47 |
examples=examples
|
48 |
)
|
49 |
|
50 |
|
51 |
+
|
52 |
# Launch interface
|
53 |
iface.launch(debug=True)
|