mpk / app.py
micole66's picture
Create app.py
b3a7fc4
raw
history blame
437 Bytes
import gradio as gr
examples=[["$answer$ ; $mcoptions$ ; $question$ = What is the color of a cloudy sky?"]]
gr.Interface.load("huggingface/(MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli",inputs=gr.inputs.Textbox(placeholder="$answer$ ; $mcoptions$ ; $question$ = ...", label="input text"), title="mmmb", allow_flagging=True, enable_queue=True, api_key="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", examples=examples).launch()