Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -256,3 +256,6 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
|
| 256 |
outputs=[out_df],
|
| 257 |
show_progress=True
|
| 258 |
)
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
outputs=[out_df],
|
| 257 |
show_progress=True
|
| 258 |
)
|
| 259 |
+
|
| 260 |
+
if __name__ == "_main_":
|
| 261 |
+
demo.launch()
|