File size: 139 Bytes
c57a1f5
cb336c6
c57a1f5
31d5291
1
2
3
4
import gradio as gr
import os

gr.Interface.load(f"models/{os.environ['model_id']}", api_key=os.environ["HUGGING_FACE_HUB_TOKEN"]).launch()