davideuler commited on
Commit
ba6e626
·
1 Parent(s): 805fa9c

main.py to app.py for HF

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. main.py → app.py +0 -0
  3. 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 main.py
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>=4.0.0
2
- transformers>=4.30.0
3
- torch>=2.0.0
4
- protobuf>=4.21.0
5
- accelerate>=0.20.0
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