Spaces:
Running
Running
Update app.py
Browse files
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="
|
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")
|