omarhkh's picture
Update app.py
33da86c
raw
history blame
403 Bytes
import gradio as gr
#from huggingface_hub import notebook_login
demo = gr.Interface(
fn=greet,
inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
outputs="text",
)
demo.launch()
#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()