leilaaaaa commited on
Commit
dbcfad5
·
verified ·
1 Parent(s): ceca3ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ demo = gr.Interface(
64
  title="LLAVA Model - Medical Image and Question",
65
  description="Upload a medical image and ask a specific question about the image for a medical description.",
66
  additional_inputs=[
67
- gr.Textbox(label="System message", default="You are a friendly Chatbot."),
68
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
69
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
70
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)")
 
64
  title="LLAVA Model - Medical Image and Question",
65
  description="Upload a medical image and ask a specific question about the image for a medical description.",
66
  additional_inputs=[
67
+ gr.Textbox(label="System message", value="You are a friendly Chatbot."),
68
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
69
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
70
  gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)")