Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|