Jyothirmai commited on
Commit
a7e52ef
·
verified ·
1 Parent(s): 74ab54f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,8 +42,9 @@ with gr.Blocks() as demo:
42
  image = gr.Image(label="Upload Chest X-ray", type="pil")
43
 
44
 
 
 
45
  with gr.Row():
46
- gr.HTML("<p style='text-align: center;'> Please select the Number of Max Tokens and Temperature setting, if you are testing CLIP GPT2 and VIT GPT2 Models</p>")
47
  with gr.Column():
48
  max_tokens = gr.Dropdown(list(range(50, 101)), label="Max Tokens", value=75)
49
  temperature = gr.Slider(0.5, 0.9, step=0.1, label="Temperature", value=0.7)
 
42
  image = gr.Image(label="Upload Chest X-ray", type="pil")
43
 
44
 
45
+ gr.HTML("<p style='text-align: center;'> Please select the Number of Max Tokens and Temperature setting, if you are testing CLIP GPT2 and VIT GPT2 Models</p>")
46
+
47
  with gr.Row():
 
48
  with gr.Column():
49
  max_tokens = gr.Dropdown(list(range(50, 101)), label="Max Tokens", value=75)
50
  temperature = gr.Slider(0.5, 0.9, step=0.1, label="Temperature", value=0.7)