Spaces:
Running
Running
Commit
·
39fb3bc
1
Parent(s):
a5e0c05
Bug fix
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def predict(question, choices):
|
|
121 |
return output
|
122 |
|
123 |
input_question = gr.inputs.Textbox(label='Question:')
|
124 |
-
input_choices = gr.inputs.
|
125 |
output_text = gr.outputs.Textbox(label='Output')
|
126 |
|
127 |
gr.Interface(
|
|
|
121 |
return output
|
122 |
|
123 |
input_question = gr.inputs.Textbox(label='Question:')
|
124 |
+
input_choices = gr.inputs.Textbox(label='Choices:')
|
125 |
output_text = gr.outputs.Textbox(label='Output')
|
126 |
|
127 |
gr.Interface(
|