Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -271,10 +271,6 @@ iface = gr.Interface(
|
|
| 271 |
],
|
| 272 |
outputs=gr.components.Image(type="filepath", label="Generated GIF"),
|
| 273 |
examples=[[example_image, example_columns_per_row,100]], # Adding examples here
|
| 274 |
-
live=False,
|
| 275 |
-
server_name="Hugging Face Spaces",
|
| 276 |
-
server_port=80,
|
| 277 |
-
analytics_enabled=False
|
| 278 |
)
|
| 279 |
|
| 280 |
iface.launch()
|
|
|
|
| 271 |
],
|
| 272 |
outputs=gr.components.Image(type="filepath", label="Generated GIF"),
|
| 273 |
examples=[[example_image, example_columns_per_row,100]], # Adding examples here
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
)
|
| 275 |
|
| 276 |
iface.launch()
|