RamAnanth1 commited on
Commit
9226230
·
1 Parent(s): debfcf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def process():
19
  title = "Compare Instruction Models to see which one is more helpful"
20
  interface = gr.Interface(fn=process,
21
  #inputs=[gr.Image(type="pil"), gr.Textbox(label="Question")],
22
- outputs=[,
23
  gr.Textbox(label = "Responses")
24
  ],
25
  title=title,
 
19
  title = "Compare Instruction Models to see which one is more helpful"
20
  interface = gr.Interface(fn=process,
21
  #inputs=[gr.Image(type="pil"), gr.Textbox(label="Question")],
22
+ outputs=[
23
  gr.Textbox(label = "Responses")
24
  ],
25
  title=title,