josondev commited on
Commit
f143d7a
·
verified ·
1 Parent(s): 52a732d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -248,8 +248,6 @@ iface = gr.ChatInterface(
248
  description="An AI Medical Assistant. Please ask health-related questions only.",
249
  theme=gr.themes.Soft(),
250
  css=".gradio-container {background-color: #f0f4f8}"
251
- )
252
-
253
  , label="System message"),
254
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
255
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
 
248
  description="An AI Medical Assistant. Please ask health-related questions only.",
249
  theme=gr.themes.Soft(),
250
  css=".gradio-container {background-color: #f0f4f8}"
 
 
251
  , label="System message"),
252
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
253
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),