Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nttdataspain
/
Image-To-Text-Lora-ViT
like
23
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
D0k-tor
commited on
Jun 15, 2023
Commit
01ce9b4
·
1 Parent(s):
7119ad5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -67,4 +67,4 @@ with gr.Blocks() as demo:
67
# gr.Textbox(type="text",label="Captions")
68
69
70
-
demo.launch()
67
# gr.Textbox(type="text",label="Captions")
68
69
70
+
demo.launch(
debug=True
)