yuukicammy commited on
Commit
d3e071f
Β·
1 Parent(s): 76f10e6

initial commit

Browse files
Files changed (2) hide show
  1. README.md +1 -3
  2. app.py +4 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Vit Gpt2 Image Captioning
3
- emoji: πŸš€
4
  colorFrom: blue
5
  colorTo: blue
6
  sdk: gradio
@@ -9,5 +9,3 @@ app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Vit Gpt2 Image Captioning
3
+ emoji: πŸ‘€
4
  colorFrom: blue
5
  colorTo: blue
6
  sdk: gradio
 
9
  pinned: false
10
  license: apache-2.0
11
  ---
 
 
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("models/nlpconnect/vit-gpt2-image-captioning").launch()
4
+