Spaces:
Sleeping
Sleeping
Resolve merge conflicts in README.md and requirements.txt
Browse files- README.md +5 -10
- requirements.txt +1 -4
README.md
CHANGED
|
@@ -1,13 +1,8 @@
|
|
| 1 |
-
---
|
| 2 |
title: Translator App
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file:
|
| 9 |
pinned: false
|
| 10 |
-
short_description: Web UI for translating file (excel, word) using LLM model
|
| 11 |
-
---
|
| 12 |
-
|
| 13 |
-
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
|
|
|
|
| 1 |
title: Translator App
|
| 2 |
+
emoji: 🌍
|
| 3 |
+
colorFrom: red
|
| 4 |
+
colorTo: yellow
|
| 5 |
sdk: gradio
|
| 6 |
+
sdk_version: "4.44.0"
|
| 7 |
+
app_file: translator_app.py
|
| 8 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -1,10 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
huggingface_hub==0.25.2
|
| 3 |
-
=======
|
| 4 |
gradio==4.44.0
|
| 5 |
langchain-openai
|
| 6 |
xlsxwriter==3.2.0
|
| 7 |
pandas==2.0.3
|
| 8 |
numpy==1.24.3
|
| 9 |
openpyxl==3.1.5
|
| 10 |
-
>>>>>>> 9a3f3c9 (first app commited)
|
|
|
|
| 1 |
+
uggingface_hub==0.25.2
|
|
|
|
|
|
|
| 2 |
gradio==4.44.0
|
| 3 |
langchain-openai
|
| 4 |
xlsxwriter==3.2.0
|
| 5 |
pandas==2.0.3
|
| 6 |
numpy==1.24.3
|
| 7 |
openpyxl==3.1.5
|
|
|