freemt commited on
Commit
8ddf994
·
1 Parent(s): 97ad6b1
Files changed (2) hide show
  1. app.py +2 -1
  2. gradio_queue.db +0 -0
app.py CHANGED
@@ -61,7 +61,8 @@ inputs = [
61
  iface = gr.Interface(
62
  generate_images,
63
  inputs,
64
- ["image", gr.Text(value="", label="phrase")],
 
65
  examples=examples,
66
  )
67
 
 
61
  iface = gr.Interface(
62
  generate_images,
63
  inputs,
64
+ # ["image", gr.Text(value="", label="phrase")],
65
+ [gr.Image(label=""), gr.Text(value="", label="phrase")],
66
  examples=examples,
67
  )
68
 
gradio_queue.db CHANGED
Binary files a/gradio_queue.db and b/gradio_queue.db differ