Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fffiloni
/
B-LoRa-trainer
like
15
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
fffiloni
commited on
Jun 13, 2024
Commit
13d670f
·
verified
·
1 Parent(s):
7185b90
turn off API
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -400,4 +400,4 @@ with gr.Blocks(css=css) as demo:
400
outputs = [status]
401
)
402
403
-
demo.launch(debug=True)
400
outputs = [status]
401
)
402
403
+
demo.launch(
show_api=False,
debug=True
, show_error=True
)