Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
beykun18/fire_detection_demo
beykun18
/
ocr_demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ocr_demo
/
app.py
beykun18
Update app.py
9f12e7c
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
import
gradio
as
gr
import
os
HF_TOKEN = os.environ.get(
"ocr"
)
iface = gr.load(name=
'beykun18/ocr_new'
, src=
'spaces'
, api_key=HF_TOKEN)
iface.launch()