Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vithacocf
/
ocr
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vithacocf
commited on
Jul 10
Commit
19ac777
·
verified
·
1 Parent(s):
680ecfc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ demo = gr.Interface(
66
)
67
68
# **BẮT BUỘC** gọi launch() ở cuối
69
-
demo.launch()
66
)
67
68
# **BẮT BUỘC** gọi launch() ở cuối
69
+
demo.launch(
debug=True
)