Spaces:
Runtime error
Runtime error
Removing sharing gradio.
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -321,4 +321,4 @@ with block:
|
|
| 321 |
examples_per_page=1024
|
| 322 |
)
|
| 323 |
|
| 324 |
-
block.queue().launch(server_name='0.0.0.0'
|
|
|
|
| 321 |
examples_per_page=1024
|
| 322 |
)
|
| 323 |
|
| 324 |
+
block.queue().launch(server_name='0.0.0.0')
|