Spaces:
Runtime error
Runtime error
remoe share
Browse files
app.py
CHANGED
@@ -153,5 +153,4 @@ gr.Interface(
|
|
153 |
title=title,
|
154 |
description=description,
|
155 |
article=article,
|
156 |
-
examples=examples).launch(
|
157 |
-
enable_queue=True)
|
|
|
153 |
title=title,
|
154 |
description=description,
|
155 |
article=article,
|
156 |
+
examples=examples).launch()
|
|