lamrin8224 commited on
Commit
b492424
Β·
verified Β·
1 Parent(s): 61e9ccd

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+ import os
3
+ hf_token = os.getenv("HF_TOKEN")
4
+ gr.load("models/lamrin8224/oxford_flowers_image_detection", hf_token=hf_token).launch(share=True)