Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
winamnd
/
ocr-llm-test
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
winamnd
commited on
Feb 16
Commit
5ec951c
·
verified
·
1 Parent(s):
17f2d95
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -115,5 +115,5 @@ demo = gr.Interface(
115
)
116
117
# Launch App
118
-
if
_name_
== "_main_":
119
demo.launch()
115
)
116
117
# Launch App
118
+
if
__name___
== "_main_":
119
demo.launch()