Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- README.md +2 -2
- __pycache__/app.cpython-310.pyc +0 -0
- app.py +1 -1
- requirements.txt +1 -1
- space.py +1 -1
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component]
|
4 |
-
title: gradio_huggingfacehub_search V0.0.
|
5 |
-
colorFrom:
|
6 |
colorTo: purple
|
7 |
sdk: docker
|
8 |
pinned: false
|
|
|
1 |
|
2 |
---
|
3 |
tags: [gradio-custom-component]
|
4 |
+
title: gradio_huggingfacehub_search V0.0.3
|
5 |
+
colorFrom: red
|
6 |
colorTo: purple
|
7 |
sdk: docker
|
8 |
pinned: false
|
__pycache__/app.cpython-310.pyc
CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
|
|
app.py
CHANGED
@@ -15,7 +15,7 @@ with gr.Blocks() as demo:
|
|
15 |
with gr.Column():
|
16 |
search_in = HuggingfaceHubSearch(
|
17 |
label="Search Huggingface Hub",
|
18 |
-
placeholder="Search for models on Huggingface
|
19 |
search_type="model",
|
20 |
)
|
21 |
btn = gr.Button("Run")
|
|
|
15 |
with gr.Column():
|
16 |
search_in = HuggingfaceHubSearch(
|
17 |
label="Search Huggingface Hub",
|
18 |
+
placeholder="Search for models on Huggingface",
|
19 |
search_type="model",
|
20 |
)
|
21 |
btn = gr.Button("Run")
|
requirements.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
gradio_huggingfacehub_search==0.0.
|
|
|
1 |
+
gradio_huggingfacehub_search==0.0.2
|
space.py
CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
|
|
55 |
with gr.Column():
|
56 |
search_in = HuggingfaceHubSearch(
|
57 |
label="Search Huggingface Hub",
|
58 |
-
placeholder="Search for models on Huggingface
|
59 |
search_type="model",
|
60 |
)
|
61 |
btn = gr.Button("Run")
|
|
|
55 |
with gr.Column():
|
56 |
search_in = HuggingfaceHubSearch(
|
57 |
label="Search Huggingface Hub",
|
58 |
+
placeholder="Search for models on Huggingface",
|
59 |
search_type="model",
|
60 |
)
|
61 |
btn = gr.Button("Run")
|