Vasudevakrishna commited on
Commit
06ace40
·
verified ·
1 Parent(s): f7f1845

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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(