LOOFYYLO commited on
Commit
26169b7
·
verified ·
1 Parent(s): a749232

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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.