Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ucsahin
/
TraVisionLM-Turkish_VLM
like
10
Running
on
Zero
App
Files
Files
Community
ucsahin
commited on
Aug 9
Commit
a337221
•
1 Parent(s):
cd026ff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -103,4 +103,4 @@ demo = gr.ChatInterface(
103
)
104
105
106
-
demo.launch(max_file_size="5mb")
103
)
104
105
106
+
demo.launch(
debug=True,
max_file_size="5mb")