IamVicky111 commited on
Commit
dde988c
·
verified ·
1 Parent(s): 6084635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")