Spaces:
Runtime error
Runtime error
More details
Browse files
app.py
CHANGED
@@ -52,6 +52,6 @@ iface = gr.Interface(gen_all,
|
|
52 |
allow_screenshot=False, allow_flagging=False,
|
53 |
title=title,
|
54 |
description=description,
|
55 |
-
article=article
|
56 |
examples=[['1.zip','2.zip']])
|
57 |
iface.launch(enable_queue=True)
|
|
|
52 |
allow_screenshot=False, allow_flagging=False,
|
53 |
title=title,
|
54 |
description=description,
|
55 |
+
article=article,
|
56 |
examples=[['1.zip','2.zip']])
|
57 |
iface.launch(enable_queue=True)
|