ShynBui commited on
Commit
a34b13a
1 Parent(s): ef627ff

Update app.py

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