micole66 commited on
Commit
dadf215
1 Parent(s): 81e56bd

Update app.py

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