jorge-henao commited on
Commit
17e2c2b
•
1 Parent(s): 39a5f31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,6 +39,6 @@ iface = gr.Interface(fn=make_new_story,
39
  gr.outputs.Textbox(label="Tu poema"),
40
  ],
41
  examples = examples,
42
- theme = 'peach'
43
  )
44
  iface.launch(enable_queue=True)
 
39
  gr.outputs.Textbox(label="Tu poema"),
40
  ],
41
  examples = examples,
42
+ theme = 'default'
43
  )
44
  iface.launch(enable_queue=True)