Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -329,8 +329,5 @@ gr.Interface(
|
|
329 |
title=title,
|
330 |
description=description,
|
331 |
article=article,
|
332 |
-
examples=examples
|
333 |
-
allow_flagging=False,
|
334 |
-
allow_screenshot=False,
|
335 |
-
enable_queue=True
|
336 |
).launch()
|
|
|
329 |
title=title,
|
330 |
description=description,
|
331 |
article=article,
|
332 |
+
examples=examples
|
|
|
|
|
|
|
333 |
).launch()
|