Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Donlapark
/
Image-to-Text-Thai
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Donlapark
commited on
Aug 25, 2024
Commit
99c08fb
·
verified
·
1 Parent(s):
fd55f1c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -24,4 +24,5 @@ iface = gr.Interface(
24
)
25
26
# Launch the app
27
-
iface.launch()
24
)
25
26
# Launch the app
27
+
if __name__ == "__main__":
28
+
iface.launch()