macaw-large / app.py
Ahsen Khaliq
Update app.py
ae7410c
import gradio as gr
examples=[["$answer$ ; $mcoptions$ ; $question$ = What is the color of a cloudy sky?"]]
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()