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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def process():
18
 
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
  ],
 
18
 
19
  title = "Compare Instruction Models to see which one is more helpful"
20
  interface = gr.Interface(fn=process,
21
+ inputs=[],
22
  outputs=[
23
  gr.Textbox(label = "Responses")
24
  ],