Spaces:
Runtime error
Runtime error
Commit
·
9226230
1
Parent(s):
debfcf8
Update app.py
Browse files
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,
|