Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xpvwklvjp
/
votepurchase-NSFW-gen-v2
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xpvwklvjp
commited on
Oct 1, 2024
Commit
b72fbb2
·
verified
·
1 Parent(s):
87f9eb3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ iface = gr.Interface(
57
)
58
59
logger.info("Launching the Gradio interface...")
60
-
iface.launch()
57
)
58
59
logger.info("Launching the Gradio interface...")
60
+
iface.launch(
show_error=True
)