Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# My Hugging Face Space
|
2 |
|
3 |
-
This is a Hugging Face Space running a Python app
|
4 |
It is set up to install the required system packages and Python dependencies so it works
|
5 |
on the latest Debian base images used by Hugging Face.
|
6 |
|
|
|
1 |
+
---
|
2 |
+
title: My Hugging Face Space
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.29.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# My Hugging Face Space
|
13 |
|
14 |
+
This is a Hugging Face Space running a Python app using **Gradio**.
|
15 |
It is set up to install the required system packages and Python dependencies so it works
|
16 |
on the latest Debian base images used by Hugging Face.
|
17 |
|