Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(css=css) as myface:
|
|
175 |
output2=gr.Image(label=(f"{current_model}"))
|
176 |
output3=gr.Image(label=(f"{current_model}"))
|
177 |
output4=gr.Image(label=(f"{current_model}"))
|
178 |
-
with gr.Row():
|
179 |
#prompt=gr.Textbox(lines=4)
|
180 |
#magic2=gr.Textbox(lines=4)
|
181 |
#magic3=gr.Textbox(lines=4)
|
@@ -185,7 +185,7 @@ with gr.Blocks(css=css) as myface:
|
|
185 |
output6=gr.Image(label=(f"{current_model}"))
|
186 |
output7=gr.Image(label=(f"{current_model}"))
|
187 |
output8=gr.Image(label=(f"{current_model}"))
|
188 |
-
with gr.Row():
|
189 |
#magic5=gr.Textbox(lines=4)
|
190 |
#magic6=gr.Textbox(lines=4)
|
191 |
#magic7=gr.Textbox(lines=4)
|
|
|
175 |
output2=gr.Image(label=(f"{current_model}"))
|
176 |
output3=gr.Image(label=(f"{current_model}"))
|
177 |
output4=gr.Image(label=(f"{current_model}"))
|
178 |
+
#with gr.Row():
|
179 |
#prompt=gr.Textbox(lines=4)
|
180 |
#magic2=gr.Textbox(lines=4)
|
181 |
#magic3=gr.Textbox(lines=4)
|
|
|
185 |
output6=gr.Image(label=(f"{current_model}"))
|
186 |
output7=gr.Image(label=(f"{current_model}"))
|
187 |
output8=gr.Image(label=(f"{current_model}"))
|
188 |
+
#with gr.Row():
|
189 |
#magic5=gr.Textbox(lines=4)
|
190 |
#magic6=gr.Textbox(lines=4)
|
191 |
#magic7=gr.Textbox(lines=4)
|