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