Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
encryptd
/
ocr_vlm_thinking
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
encryptd
commited on
Feb 12
Commit
6699d29
·
1 Parent(s):
b8c0233
app fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -105,4 +105,4 @@ with gr.Blocks() as demo:
105
)
106
107
if __name__ == "__main__":
108
-
demo.launch()
105
)
106
107
if __name__ == "__main__":
108
+
demo.launch(
server_name="0.0.0.0", server_port=7860
)