Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,10 +213,8 @@ demo = gr.Interface(
|
|
| 213 |
title=title,
|
| 214 |
description=description,
|
| 215 |
article=article,
|
| 216 |
-
examples=examples,
|
| 217 |
cache_examples=True,
|
| 218 |
examples_per_page=6
|
| 219 |
)
|
| 220 |
-
|
| 221 |
if __name__ == "__main__":
|
| 222 |
demo.launch()
|
|
|
|
| 213 |
title=title,
|
| 214 |
description=description,
|
| 215 |
article=article,
|
|
|
|
| 216 |
cache_examples=True,
|
| 217 |
examples_per_page=6
|
| 218 |
)
|
|
|
|
| 219 |
if __name__ == "__main__":
|
| 220 |
demo.launch()
|