keithhon commited on
Commit
1bef367
1 Parent(s): 34ba4ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ def greet(context, question):
16
  return infer(context, question)
17
 
18
  examples = [['','What is the color of a cloudy sky?']]
19
- iface = gr.Interface(fn=greet, inputs=["text", "text"], outputs="text")
20
  iface.launch()
16
  return infer(context, question)
17
 
18
  examples = [['','What is the color of a cloudy sky?']]
19
+ iface = gr.Interface(fn=greet, inputs=["text", "text"], outputs="text", examples=examples)
20
  iface.launch()