Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,6 @@ with gr.Blocks() as demo:
|
|
68 |
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
71 |
-
model_dropdown = gr.Textbox(label="Model", value="Mistral-7B-Instruct-v0.2")
|
72 |
prompt_input = gr.Textbox(label="Prompt", value="List me all the hospital or clinic names and their opening closing time, if the mobile number is present provide it too.")
|
73 |
source_input = gr.Textbox(label="Source URL", value="https://www.yelp.com/biz/all-smiles-dental-san-francisco-5?osq=dentist")
|
74 |
scrape_button = gr.Button("Generate")
|
|
|
68 |
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
|
|
71 |
prompt_input = gr.Textbox(label="Prompt", value="List me all the hospital or clinic names and their opening closing time, if the mobile number is present provide it too.")
|
72 |
source_input = gr.Textbox(label="Source URL", value="https://www.yelp.com/biz/all-smiles-dental-san-francisco-5?osq=dentist")
|
73 |
scrape_button = gr.Button("Generate")
|