Spaces:
Build error
Build error
Upload 2 files
Browse files- README.md +14 -13
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: TranslateGemma
|
| 3 |
-
emoji: 😻
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: blue
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 6.4.0
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
short_description: TranslateGemma
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: TranslateGemma
|
| 3 |
+
emoji: 😻
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 6.4.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
short_description: TranslateGemma
|
| 11 |
+
python_version: 3.11
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
gradio>=4.0
|
| 2 |
-
llama-cpp-python>=0.2.90
|
| 3 |
huggingface_hub>=0.20
|
|
|
|
|
|
| 1 |
gradio>=4.0
|
|
|
|
| 2 |
huggingface_hub>=0.20
|
| 3 |
+
llama-cpp-python==0.2.90
|