asasasaasasa commited on
Commit
b0c613a
·
1 Parent(s): d04e3a8

Add Hugging Face Space metadata

Browse files
Files changed (3) hide show
  1. .idea/workspace.xml +3 -5
  2. Dockerfile +1 -2
  3. requirements.txt +1 -3
.idea/workspace.xml CHANGED
@@ -11,7 +11,6 @@
11
  <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
12
  <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
13
  <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
14
- <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
15
  <change afterPath="$PROJECT_DIR$/LICENSE.txt" afterDir="false" />
16
  <change afterPath="$PROJECT_DIR$/check_gpu.py" afterDir="false" />
17
  <change afterPath="$PROJECT_DIR$/config.py" afterDir="false" />
@@ -103,9 +102,8 @@
103
  <change afterPath="$PROJECT_DIR$/utils/sherkala.py" afterDir="false" />
104
  <change afterPath="$PROJECT_DIR$/utils/text_processing.py" afterDir="false" />
105
  <change afterPath="$PROJECT_DIR$/utils/tilmash_translation.py" afterDir="false" />
106
- <change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
107
  <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
108
- <change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
109
  </list>
110
  <option name="SHOW_DIALOG" value="false" />
111
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -152,7 +150,7 @@
152
  "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
153
  "RunOnceActivity.git.unshallow": "true",
154
  "SHARE_PROJECT_CONFIGURATION_FILES": "true",
155
- "git-widget-placeholder": "Rebasing main",
156
  "junie.onboarding.icon.badge.shown": "true",
157
  "last_opened_file_path": "/Users/mshatayev/PycharmProjects/Tilmash_Translator",
158
  "node.js.detected.package.eslint": "true",
@@ -216,7 +214,7 @@
216
  <workItem from="1754844914063" duration="1126000" />
217
  <workItem from="1754846501702" duration="1442000" />
218
  <workItem from="1754849099258" duration="3282000" />
219
- <workItem from="1754855267338" duration="4375000" />
220
  </task>
221
  <task id="LOCAL-00001" summary="Added download option of model from HF">
222
  <option name="closed" value="true" />
 
11
  <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
12
  <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
13
  <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
 
14
  <change afterPath="$PROJECT_DIR$/LICENSE.txt" afterDir="false" />
15
  <change afterPath="$PROJECT_DIR$/check_gpu.py" afterDir="false" />
16
  <change afterPath="$PROJECT_DIR$/config.py" afterDir="false" />
 
102
  <change afterPath="$PROJECT_DIR$/utils/sherkala.py" afterDir="false" />
103
  <change afterPath="$PROJECT_DIR$/utils/text_processing.py" afterDir="false" />
104
  <change afterPath="$PROJECT_DIR$/utils/tilmash_translation.py" afterDir="false" />
105
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
106
  <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
 
107
  </list>
108
  <option name="SHOW_DIALOG" value="false" />
109
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
 
150
  "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
151
  "RunOnceActivity.git.unshallow": "true",
152
  "SHARE_PROJECT_CONFIGURATION_FILES": "true",
153
+ "git-widget-placeholder": "main",
154
  "junie.onboarding.icon.badge.shown": "true",
155
  "last_opened_file_path": "/Users/mshatayev/PycharmProjects/Tilmash_Translator",
156
  "node.js.detected.package.eslint": "true",
 
214
  <workItem from="1754844914063" duration="1126000" />
215
  <workItem from="1754846501702" duration="1442000" />
216
  <workItem from="1754849099258" duration="3282000" />
217
+ <workItem from="1754855267338" duration="4769000" />
218
  </task>
219
  <task id="LOCAL-00001" summary="Added download option of model from HF">
220
  <option name="closed" value="true" />
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- <<<<<<< HEAD
2
  FROM python:3.9-slim
3
 
4
  WORKDIR /app
@@ -47,4 +47,3 @@ COPY . /app
47
 
48
  # Запуск Streamlit внутри контейнера
49
  CMD ["streamlit", "run", "main.py", "--server.port=7860", "--server.address=0.0.0.0"]
50
- >>>>>>> 805a119 (Initial commit for HF Space)
 
1
+
2
  FROM python:3.9-slim
3
 
4
  WORKDIR /app
 
47
 
48
  # Запуск Streamlit внутри контейнера
49
  CMD ["streamlit", "run", "main.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- <<<<<<< HEAD
2
  altair
3
  pandas
4
  streamlit
5
- =======
6
  streamlit
7
  transformers
8
  torch
@@ -23,4 +21,4 @@ PyPDF2
23
 
24
  # For Tilmash GPU acceleration
25
  accelerate>=0.25.0
26
- >>>>>>> 805a119 (Initial commit for HF Space)
 
 
1
  altair
2
  pandas
3
  streamlit
 
4
  streamlit
5
  transformers
6
  torch
 
21
 
22
  # For Tilmash GPU acceleration
23
  accelerate>=0.25.0
24
+