Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
## How to Run on Hugging Face Spaces
|
| 15 |
-
|
| 16 |
-
1. Clone or upload this repository to your Hugging Face account.
|
| 17 |
-
2. Include the `app.py`, `requirements.txt`, and this `README.md` file.
|
| 18 |
-
3. Make sure your `app.py` file contains the Streamlit code.
|
| 19 |
-
4. Set `app.py` as the entry point in the Space settings.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AI LAB
|
| 3 |
+
emoji: 🦀
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.31.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|