beykun18's picture
Update app.py
3375138
raw
history blame contribute delete
193 Bytes
import gradio as gr
import os
HF_TOKEN = os.environ.get("license-plate-ocr-token")
iface = gr.Interface.load(name='beykun18/license-plate-ocr', src='spaces', api_key=HF_TOKEN)
iface.launch()