Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,5 @@ iface = gr.Interface(fn=process_image,
|
|
25 |
outputs=gr.outputs.Textbox(),
|
26 |
title=title,
|
27 |
description=description,
|
28 |
-
article=article
|
29 |
-
examples=examples)
|
30 |
iface.launch(debug=False)
|
|
|
25 |
outputs=gr.outputs.Textbox(),
|
26 |
title=title,
|
27 |
description=description,
|
28 |
+
article=article)
|
|
|
29 |
iface.launch(debug=False)
|