Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -44,6 +44,5 @@ iface = gr.Interface(
|
|
44 |
article=article,
|
45 |
allow_flagging='never',
|
46 |
examples=examples,
|
47 |
-
article = article,
|
48 |
)
|
49 |
iface.launch(enable_queue=True, share=True)
|
|
|
44 |
article=article,
|
45 |
allow_flagging='never',
|
46 |
examples=examples,
|
|
|
47 |
)
|
48 |
iface.launch(enable_queue=True, share=True)
|