Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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>")
|