VarunSivamani commited on
Commit
4592105
·
verified ·
1 Parent(s): 95c282c

modified examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def inference(prompt, count):
26
  return output
27
 
28
  examples = [
29
- ["Explain Photosynthesis.","50"]
30
  ]
31
 
32
  demo = gr.Interface(
 
26
  return output
27
 
28
  examples = [
29
+ ["What is deep learning?","50"]
30
  ]
31
 
32
  demo = gr.Interface(