Jonny001 commited on
Commit
101355d
·
verified ·
1 Parent(s): 20a03f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def generate_images(text, selected_model):
30
  return results
31
 
32
  interface = gr.Interface(
33
- fn=generate_images,
34
  inputs=[
35
  gr.Textbox(label="Type here your imagination:", placeholder="Type your prompt..."),
36
  gr.Radio(
 
30
  return results
31
 
32
  interface = gr.Interface(
33
+ fn=generate_images,#...
34
  inputs=[
35
  gr.Textbox(label="Type here your imagination:", placeholder="Type your prompt..."),
36
  gr.Radio(