Karzan commited on
Commit
d0f8d63
·
verified ·
1 Parent(s): dc55334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,4 +21,5 @@ gr.Interface(
21
  fn=generate,
22
  inputs=gr.Text(),
23
  outputs="text",
 
24
  ).launch()
 
21
  fn=generate,
22
  inputs=gr.Text(),
23
  outputs="text",
24
+ examples=[['Write me a poem about Machine Learning.']]
25
  ).launch()