Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gokaygokay/Flux-TRELLIS
cavargas10
/
TRELLIS-TextoImagen3D
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cavargas10
commited on
Feb 7
Commit
9a5a36b
·
verified
·
1 Parent(s):
80754e9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -305,4 +305,4 @@ if __name__ == "__main__":
305
except:
306
pass
307
308
-
demo.launch()
305
except:
306
pass
307
308
+
demo.launch(
show_error=True
)