File size: 330 Bytes
072455a
 
4b925d3
0e58746
1
2
3
4
import gradio as gr

examples=[["$answer$ ; $mcoptions$ ; $question$ = What is the color of a cloudy sky?"]]
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()