yuukicammy commited on
Commit
53eb83f
·
1 Parent(s): a6394d0

Added files for huggingface.

Browse files
Files changed (2) hide show
  1. README.md +11 -0
  2. app.py +4 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Vit Gpt2 Image Captioning
3
+ emoji: 👀
4
+ colorFrom: blue
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 3.27.0
8
+ app_file: app.py
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
+