30 days
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def get_model_stats(search_term):
|
|
47 |
# Create the Gradio interface
|
48 |
with gr.Blocks(title="Hugging Face Model Statistics") as demo:
|
49 |
gr.Markdown("# Hugging Face Model Statistics")
|
50 |
-
gr.Markdown("Enter a search term to find model statistics from
|
51 |
|
52 |
with gr.Row():
|
53 |
search_input = gr.Textbox(
|
|
|
47 |
# Create the Gradio interface
|
48 |
with gr.Blocks(title="Hugging Face Model Statistics") as demo:
|
49 |
gr.Markdown("# Hugging Face Model Statistics")
|
50 |
+
gr.Markdown("Enter a search term to find model statistics from the Hub")
|
51 |
|
52 |
with gr.Row():
|
53 |
search_input = gr.Textbox(
|