Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kai-sheng
/
text-extraction-and-image-captioning
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kai-sheng
commited on
Apr 13, 2024
Commit
9b3d99a
·
verified
·
1 Parent(s):
7609a5f
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -82,4 +82,4 @@ def generate_caption():
82
return jsonify({'error': str(e)}), 500
83
84
if __name__ == '__main__':
85
-
app.run(
host='0.0.0.0'
)
82
return jsonify({'error': str(e)}), 500
83
84
if __name__ == '__main__':
85
+
app.run()