Spaces:
Runtime error
Runtime error
Commit
•
afc10eb
1
Parent(s):
72c8257
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ with gr.Blocks() as demo:
|
|
21 |
gr.load("ThomasSimonini/InstantMeshForRoblox", src="spaces")
|
22 |
gr.load("ThomasSimonini/MeshAnythingV2ForRoblox", src="spaces")
|
23 |
|
24 |
-
demo.launch()
|
|
|
21 |
gr.load("ThomasSimonini/InstantMeshForRoblox", src="spaces")
|
22 |
gr.load("ThomasSimonini/MeshAnythingV2ForRoblox", src="spaces")
|
23 |
|
24 |
+
demo.launch(show_error=True)
|