fdaudens HF Staff commited on
Commit
542f2a0
·
1 Parent(s): 0da2f8d
Files changed (1) hide show
  1. app.py +1 -1
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 Hugging Face Hub")
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(