Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -210,6 +210,6 @@ gr.Interface(
|
|
| 210 |
description=description,
|
| 211 |
article=article,
|
| 212 |
|
| 213 |
-
examples=[]
|
| 214 |
outputs=["image", "text"],
|
| 215 |
).launch()
|
|
|
|
| 210 |
description=description,
|
| 211 |
article=article,
|
| 212 |
|
| 213 |
+
examples=[],
|
| 214 |
outputs=["image", "text"],
|
| 215 |
).launch()
|