hackergeek commited on
Commit
a786b7a
·
verified ·
1 Parent(s): 98de3b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,12 +1,10 @@
1
  # 📦 RADIOCAP13 — HuggingFace Space
2
 
3
- Below is a complete multi-file project layout for deploying your image-captioning model as a HuggingFace Space.
4
- You can copy/paste these into your repository.
5
 
6
- ---
7
 
8
  ## **app.py**
9
- ```python
10
  import gradio as gr
11
  import torch
12
  from transformers import ViTModel
 
1
  # 📦 RADIOCAP13 — HuggingFace Space
2
 
3
+ #Below is a complete multi-file project layout for deploying your image-captioning model as a HuggingFace Space.
4
+ #You can copy/paste these into your repository.
5
 
 
6
 
7
  ## **app.py**
 
8
  import gradio as gr
9
  import torch
10
  from transformers import ViTModel