Update app.py
Browse files
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()
|