Ahsen Khaliq commited on
Commit
4b925d3
·
1 Parent(s): 072455a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("huggingface/allenai/macaw-large", title="macaw-large",allow_flagging=False).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-large", title="macaw-large",allow_flagging=False, examples=examples).launch()