Spaces:
Running
Running
1littlecoder
commited on
added huggingface spaces yaml
Browse files
README.md
CHANGED
@@ -1,2 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# image2textapp
|
2 |
demo of 🤗 spaces deployment of a streamlit python app
|
|
|
1 |
+
---
|
2 |
+
title: Image To Text App
|
3 |
+
emoji: 📹
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: red
|
6 |
+
sdk: streamlit
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
---
|
10 |
+
|
11 |
# image2textapp
|
12 |
demo of 🤗 spaces deployment of a streamlit python app
|