ShynBui commited on
Commit
ef627ff
1 Parent(s): 01769d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,4 +16,5 @@ gr.Interface(
16
  fn=generate,
17
  inputs=gr.Text(),
18
  outputs=gr.Text(),
 
19
  ).launch()
 
16
  fn=generate,
17
  inputs=gr.Text(),
18
  outputs=gr.Text(),
19
+ examples= os.environ['DES_EXAMPLE']
20
  ).launch()