awacke1 commited on
Commit
4cbfa31
1 Parent(s): 79c42ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def app():
76
  title = "Flan UL2 vs Flan T5 XXL"
77
  description = "Compare with feedback: [Flan-T5-xxl](https://huggingface.co/google/flan-t5-xxl) and [Flan-UL2](https://huggingface.co/google/flan-ul2)."
78
  inputs = gr.inputs.Textbox(lines=3, label="Input Prompt")
79
- outputs = [gr.outputs.Textbox(lines=3, label="Flan T5-UL2"), gr.outputs.Textbox(lines=3, label="Flan T5-XXL")]
80
  feedback_box = gr.inputs.CheckboxGroup(["Positive feedback", "Negative feedback"], label="Feedback")
81
  feedback_text = gr.inputs.Textbox(label="Feedback Reason")
82
  feedback_button = gr.inputs.Button(label="Submit Feedback")
 
76
  title = "Flan UL2 vs Flan T5 XXL"
77
  description = "Compare with feedback: [Flan-T5-xxl](https://huggingface.co/google/flan-t5-xxl) and [Flan-UL2](https://huggingface.co/google/flan-ul2)."
78
  inputs = gr.inputs.Textbox(lines=3, label="Input Prompt")
79
+ #outputs = [gr.outputs.Textbox(lines=3, label="Flan T5-UL2"), gr.outputs.Textbox(lines=3, label="Flan T5-XXL")]
80
  feedback_box = gr.inputs.CheckboxGroup(["Positive feedback", "Negative feedback"], label="Feedback")
81
  feedback_text = gr.inputs.Textbox(label="Feedback Reason")
82
  feedback_button = gr.inputs.Button(label="Submit Feedback")