Dagfinn1962 commited on
Commit
87bcfa6
·
verified ·
1 Parent(s): 70b5112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,4 +86,4 @@ with grad.Blocks(css='style.css') as demo:
86
  run=generate,
87
  inputs=txt,
88
  outputs=out
89
- demo.launch()
 
86
  run=generate,
87
  inputs=txt,
88
  outputs=out
89
+ demo.launch(inbrowser=True, share=share,theme="dark")