omarhkh's picture
Update app.py
7bb3549
raw
history blame
270 Bytes
import gradio as gr
from huggingface_hub import notebook_login
python3 -c "from huggingface_hub.hf_api import HfFolder; HfFolder.save_token('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')"
notebook_login()
gr.Interface.load("models/omarhkh/resnet-50-finetuned-omar").launch()