Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|