LPX55 commited on
Commit
dbb3600
·
verified ·
1 Parent(s): 6cd989d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ Scrape and summarize web content using advanced AI models on the Hugging Face Hu
97
  with gr.Row():
98
  with gr.Column():
99
 
100
- model_dropdown = gr.Textbox(label="Model", value="Qwen/Qwen2.5-72B-Instruct")
101
  prompt_input = gr.Textbox(label="Prompt", value="List all the press releases with their headlines and urls. Output only the results; do not add any comments or include 'JSON OUTPUT' or similar phrases.")
102
  source_input = gr.Textbox(label="Source URL", value="https://www.whitehouse.gov/")
103
  scrape_button = gr.Button("Scrape and Summarize")
 
97
  with gr.Row():
98
  with gr.Column():
99
 
100
+ model_dropdown = gr.Textbox(label="Model", value="mistralai/Mistral-7B-Instruct-v0.2")
101
  prompt_input = gr.Textbox(label="Prompt", value="List all the press releases with their headlines and urls. Output only the results; do not add any comments or include 'JSON OUTPUT' or similar phrases.")
102
  source_input = gr.Textbox(label="Source URL", value="https://www.whitehouse.gov/")
103
  scrape_button = gr.Button("Scrape and Summarize")