Spaces:
Running
Running
davideuler
commited on
Commit
·
ba6e626
1
Parent(s):
805fa9c
main.py to app.py for HF
Browse files- README.md +1 -1
- main.py → app.py +0 -0
- requirements.txt +5 -6
README.md
CHANGED
@@ -61,7 +61,7 @@ A lightweight, multi-model chat application featuring several small language mod
|
|
61 |
|
62 |
1. **Run the application**
|
63 |
```bash
|
64 |
-
uv run
|
65 |
```
|
66 |
|
67 |
2. **Open your browser**
|
|
|
61 |
|
62 |
1. **Run the application**
|
63 |
```bash
|
64 |
+
uv run app.py
|
65 |
```
|
66 |
|
67 |
2. **Open your browser**
|
main.py → app.py
RENAMED
File without changes
|
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
gradio>=
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
safetensors>=0.3.0
|
|
|
1 |
+
gradio>=5.31.0
|
2 |
+
huggingface-hub[hf-xet]>=0.31.4
|
3 |
+
sentencepiece>=0.2.0
|
4 |
+
torch>=2.7.0
|
5 |
+
transformers>=4.52.3
|
|