Ahsen Khaliq commited on
Commit
ae7410c
1 Parent(s): 31152c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
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",inputs=gr.inputs.Textbox(placeholder="$answer$ ; $mcoptions$ ; $question$ = ..."), title="macaw-large",allow_flagging=False, examples=examples).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",inputs=gr.inputs.Textbox(placeholder="$answer$ ; $mcoptions$ ; $question$ = ...", label="input text"), title="macaw-large",allow_flagging=False, examples=examples).launch()