Spaces:
Runtime error
Runtime error
Commit ·
2732259
1
Parent(s): 2640c8d
Update app.py
Browse files
app.py
CHANGED
|
@@ -343,5 +343,4 @@ if __name__ == '__main__':
|
|
| 343 |
description=description,
|
| 344 |
article=article,
|
| 345 |
examples=examples,
|
| 346 |
-
).launch(enable_queue=True
|
| 347 |
-
share=True)
|
|
|
|
| 343 |
description=description,
|
| 344 |
article=article,
|
| 345 |
examples=examples,
|
| 346 |
+
).launch(enable_queue=True)
|
|
|