Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import tensorflow as tf
|
3 |
import numpy as np
|
4 |
-
from PIL import Image
|
5 |
from tensorflow_examples.models.pix2pix import pix2pix
|
6 |
|
7 |
OUTPUT_CHANNELS = 3
|
|
|
1 |
import gradio as gr
|
2 |
import tensorflow as tf
|
3 |
import numpy as np
|
4 |
+
from PIL import Image, ImageEnhance
|
5 |
from tensorflow_examples.models.pix2pix import pix2pix
|
6 |
|
7 |
OUTPUT_CHANNELS = 3
|