Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -394,4 +394,4 @@ with gr.Blocks() as demo:
|
|
394 |
btn.click(get_mesh,[],[mesh,image])
|
395 |
btn_2.click(get_video,[],[video])
|
396 |
|
397 |
-
demo.launch(
|
|
|
394 |
btn.click(get_mesh,[],[mesh,image])
|
395 |
btn_2.click(get_video,[],[video])
|
396 |
|
397 |
+
demo.launch()
|