Brian Gabini
commited on
Commit
·
9a79223
1
Parent(s):
854505c
chore: remove title and description
Browse files
app.py
CHANGED
@@ -2,20 +2,6 @@ import gradio as gr
|
|
2 |
# project
|
3 |
from exposure_enhancement import enhance_image_exposure
|
4 |
|
5 |
-
title="Low-light Image Enhancement"
|
6 |
-
description="""
|
7 |
-
LIME: Low-Light Image Enhancement via Illumination Map Estimation IEEE TIP 2016 by Guo, Li, et al.: https://ieeexplore.ieee.org/document/7782813
|
8 |
-
<br>
|
9 |
-
Reference implementation: https://github.com/pvnieo/Low-light-Image-Enhancement
|
10 |
-
<br>
|
11 |
-
Adapted to Gradio by DIGIMAP Group 2:
|
12 |
-
- BERNARDO, NOAH HALILI
|
13 |
-
- DE NIEVA, JOHAN OSWIN CO
|
14 |
-
- FERNANDEZ, MATTHEW NATHAN MANILA
|
15 |
-
- GABINI, BRIAN PITALLO
|
16 |
-
- YSABELLE CHLOE CHEN
|
17 |
-
"""
|
18 |
-
|
19 |
# inputs, fn, and ouputs
|
20 |
inputs=[
|
21 |
gr.Image(type="numpy"),
|
|
|
2 |
# project
|
3 |
from exposure_enhancement import enhance_image_exposure
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# inputs, fn, and ouputs
|
6 |
inputs=[
|
7 |
gr.Image(type="numpy"),
|