Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,6 @@ iface = gr.Interface(fn=analyze_image,
|
|
| 60 |
outputs=gr.outputs.Image(type="numpy", label="analyzed image"),
|
| 61 |
title=title,
|
| 62 |
description=description,
|
| 63 |
-
article=article,
|
| 64 |
examples=examples,
|
| 65 |
enable_queue=True)
|
| 66 |
iface.launch(debug=True)
|
|
|
|
| 60 |
outputs=gr.outputs.Image(type="numpy", label="analyzed image"),
|
| 61 |
title=title,
|
| 62 |
description=description,
|
|
|
|
| 63 |
examples=examples,
|
| 64 |
enable_queue=True)
|
| 65 |
iface.launch(debug=True)
|