Spaces:
Build error
Build error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
|
|
| 1 |
---
|
| 2 |
title: LAA Algorithms Demo
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.49.1
|
| 8 |
python_version: 3.9
|
| 9 |
app_file: app.py
|
| 10 |
---
|
|
@@ -15,4 +15,4 @@ This Space demonstrates a collection of Learning-Augmented Algorithms (LAA). You
|
|
| 15 |
|
| 16 |
### Setup
|
| 17 |
|
| 18 |
-
This Space is configured to use the Gradio SDK and will automatically install the dependencies from the `requirements.txt` file. The `laa_core` Rust library is built and installed as part of the setup process.
|
|
|
|
| 1 |
+
|
| 2 |
---
|
| 3 |
title: LAA Algorithms Demo
|
| 4 |
emoji: 🚀
|
| 5 |
colorFrom: blue
|
| 6 |
colorTo: green
|
| 7 |
sdk: gradio
|
|
|
|
| 8 |
python_version: 3.9
|
| 9 |
app_file: app.py
|
| 10 |
---
|
|
|
|
| 15 |
|
| 16 |
### Setup
|
| 17 |
|
| 18 |
+
This Space is configured to use the Gradio SDK and will automatically install the dependencies from the `requirements.txt` file and the packages from the `packages.txt` file. The `laa_core` Rust library is built and installed as part of the setup process.
|