seawolf2357 commited on
Commit
16cab0a
·
verified ·
1 Parent(s): 3f81b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
65
  "a handsome model man, Caucasian ethnicity,golf wear attire, full body visible, model pose, direct frontal gaze, gray color background, realritics photo, High Quaility, UHD"
66
  ],
67
  inputs=[prompt],
68
- outputs=[output_gallery]_15),
69
 
70
  with gr.Tab("2048x2048"):
71
  with gr.Row():
@@ -96,6 +96,6 @@ with gr.Blocks() as demo:
96
  "a handsome model man, Caucasian ethnicity,golf wear attire, full body visible, model pose, direct frontal gaze, gray color background, realritics photo, High Quaility, UHD"
97
  ],
98
  inputs=[prompt],
99
- outputs=[output_gallery]),
100
 
101
  demo.launch()
 
65
  "a handsome model man, Caucasian ethnicity,golf wear attire, full body visible, model pose, direct frontal gaze, gray color background, realritics photo, High Quaility, UHD"
66
  ],
67
  inputs=[prompt],
68
+ outputs=[output_gallery]_15)
69
 
70
  with gr.Tab("2048x2048"):
71
  with gr.Row():
 
96
  "a handsome model man, Caucasian ethnicity,golf wear attire, full body visible, model pose, direct frontal gaze, gray color background, realritics photo, High Quaility, UHD"
97
  ],
98
  inputs=[prompt],
99
+ outputs=[output_gallery])
100
 
101
  demo.launch()