Spaces:
Running
Running
peterbonnesoeur
commited on
Commit
β’
f78e85a
1
Parent(s):
c6ecdf4
Update app.py
Browse filesRemoved faulty arg
app.py
CHANGED
@@ -52,6 +52,5 @@ gr.Interface(
|
|
52 |
title=title,
|
53 |
description=description,
|
54 |
article=article,
|
55 |
-
examples=examples
|
56 |
-
enable_queue=True
|
57 |
).launch()
|
|
|
52 |
title=title,
|
53 |
description=description,
|
54 |
article=article,
|
55 |
+
examples=examples
|
|
|
56 |
).launch()
|