Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image
|
|
|
3 |
|
4 |
# Create a Gradio interface
|
5 |
iface = gr.Interface(
|
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image
|
3 |
+
from utils import generate_gradio_images
|
4 |
|
5 |
# Create a Gradio interface
|
6 |
iface = gr.Interface(
|