TharunSivamani commited on
Commit
256b673
1 Parent(s): 65fe553
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
- ["What is LLM?","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(