Spaces:
Sleeping
Sleeping
A-Duss
commited on
Commit
•
90a67c8
1
Parent(s):
c454c84
pydantic-core
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
178 |
info="Type to search",
|
179 |
value="en",
|
180 |
allow_custom_value=True,
|
181 |
-
scale=
|
182 |
)
|
183 |
|
184 |
loaded_languages = gr.HighlightedText(
|
|
|
178 |
info="Type to search",
|
179 |
value="en",
|
180 |
allow_custom_value=True,
|
181 |
+
scale=3
|
182 |
)
|
183 |
|
184 |
loaded_languages = gr.HighlightedText(
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
git+https://github.com/lightblue-tech/shitsu.git
|
2 |
hf-transfer
|
3 |
huggingface_hub[hf_transfer]
|
4 |
-
pydantic==2.22.0
|
|
|
1 |
git+https://github.com/lightblue-tech/shitsu.git
|
2 |
hf-transfer
|
3 |
huggingface_hub[hf_transfer]
|
4 |
+
pydantic-core==2.22.0
|