Spaces:
Build error
Build error
MekkCyber
commited on
Commit
·
c16a48d
1
Parent(s):
299a6d1
fix
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(theme=gr.themes.Ocean(), css=css) as app:
|
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
-
with gr.Row(
|
153 |
model_name = HuggingfaceHubSearch(
|
154 |
label="Hub Model ID",
|
155 |
placeholder="Search for model id on Huggingface",
|
|
|
149 |
|
150 |
with gr.Row():
|
151 |
with gr.Column():
|
152 |
+
with gr.Row():
|
153 |
model_name = HuggingfaceHubSearch(
|
154 |
label="Hub Model ID",
|
155 |
placeholder="Search for model id on Huggingface",
|
requirements.txt
CHANGED
@@ -2,4 +2,4 @@ git+https://github.com/huggingface/transformers.git@main#egg=transformers
|
|
2 |
accelerate
|
3 |
torchao
|
4 |
huggingface-hub
|
5 |
-
gradio-huggingfacehub-search
|
|
|
2 |
accelerate
|
3 |
torchao
|
4 |
huggingface-hub
|
5 |
+
gradio-huggingfacehub-search==0.0.7
|