lime-j commited on
Commit
dc940cb
·
verified ·
1 Parent(s): 37684bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as block_demo:
97
  request_state = dict(headers)
98
  request_state['host'] = host
99
 
100
- return **prepare_everything_else(), request_state
101
 
102
  gr.Markdown("<h2 align='center',style='font-size: 24px;'>Low-light Image Enhancer Arena 🥊</h2>")
103
  gr.Markdown("<p align='center', style='font-size: 18px;'>LIME-Eval is an arena to ask human-beings to judge the performance of different low-light image enhancers with respect to </p>")
 
97
  request_state = dict(headers)
98
  request_state['host'] = host
99
 
100
+ return *prepare_everything_else(), request_state
101
 
102
  gr.Markdown("<h2 align='center',style='font-size: 24px;'>Low-light Image Enhancer Arena 🥊</h2>")
103
  gr.Markdown("<p align='center', style='font-size: 18px;'>LIME-Eval is an arena to ask human-beings to judge the performance of different low-light image enhancers with respect to </p>")