meeww commited on
Commit
a9e687d
·
1 Parent(s): 37f80bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -55,5 +55,9 @@ def gen():
55
 
56
  return img
57
 
58
- iface = gr.Interface(fn=gen, inputs=None, outputs="image")
 
 
 
 
59
  iface.launch(debug = True)
 
55
 
56
  return img
57
 
58
+ iface = gr.Interface(
59
+ fn=gen,
60
+ inputs=None,
61
+ outputs="image"),
62
+ theme="darkhuggingface"
63
  iface.launch(debug = True)