Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
  examples=[["$answer$ ; $mcoptions$ ; $question$ = What is the color of a cloudy sky?"]]
4
- gr.Interface.load("huggingface/allenai/macaw-large",inputs=gr.inputs.Textbox(placeholder="$answer$ ; $mcoptions$ ; $question$ = ...", label="input text"), title="macaw-large",allow_flagging=False, examples=examples).launch()
1
  import gradio as gr
2
 
3
  examples=[["$answer$ ; $mcoptions$ ; $question$ = What is the color of a cloudy sky?"]]
4
+ gr.Interface.load("huggingface/allenai/macaw-3b",inputs=gr.inputs.Textbox(placeholder="$answer$ ; $mcoptions$ ; $question$ = ...", label="input text"), title="macaw-large",allow_flagging=False, examples=examples).launch()