BLACKHOOL commited on
Commit
05535dc
·
verified ·
1 Parent(s): 900a0b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -86,11 +86,4 @@ app = gr.Interface(
86
  ],
87
  outputs="image"
88
  )
89
- function refresh() {
90
- const url = new URL(window.location);
91
- if (url.searchParams.get('__theme') !== 'dark') {
92
- url.searchParams.set('__theme', 'dark');
93
- window.location.href = url.href;
94
- }
95
- }
96
  app.launch()
 
86
  ],
87
  outputs="image"
88
  )
 
 
 
 
 
 
 
89
  app.launch()