Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,6 +98,5 @@ gr.Interface(
|
|
| 98 |
[gr.outputs.Image(type="pil", label="Output"),"text"],
|
| 99 |
title=title,
|
| 100 |
description=description,
|
| 101 |
-
article=article,
|
| 102 |
examples=examples
|
| 103 |
).launch(debug=True,enable_queue=True)
|
|
|
|
| 98 |
[gr.outputs.Image(type="pil", label="Output"),"text"],
|
| 99 |
title=title,
|
| 100 |
description=description,
|
|
|
|
| 101 |
examples=examples
|
| 102 |
).launch(debug=True,enable_queue=True)
|