Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,20 +183,20 @@ with gr.Blocks(css=css) as myface:
|
|
| 183 |
output3=gr.Image(label=(f"{current_model}"))
|
| 184 |
output4=gr.Image(label=(f"{current_model}"))
|
| 185 |
with gr.Row():
|
| 186 |
-
magic1=gr.
|
| 187 |
-
magic2=gr.
|
| 188 |
-
magic3=gr.
|
| 189 |
-
magic4=gr.
|
| 190 |
with gr.Row():
|
| 191 |
output5=gr.Image(label=(f"{current_model}"))
|
| 192 |
output6=gr.Image(label=(f"{current_model}"))
|
| 193 |
output7=gr.Image(label=(f"{current_model}"))
|
| 194 |
output8=gr.Image(label=(f"{current_model}"))
|
| 195 |
with gr.Row():
|
| 196 |
-
magic5=gr.
|
| 197 |
-
magic6=gr.
|
| 198 |
-
magic7=gr.
|
| 199 |
-
magic8=gr.
|
| 200 |
|
| 201 |
def short_prompt(inputs):
|
| 202 |
return(inputs)
|
|
|
|
| 183 |
output3=gr.Image(label=(f"{current_model}"))
|
| 184 |
output4=gr.Image(label=(f"{current_model}"))
|
| 185 |
with gr.Row():
|
| 186 |
+
magic1=gr.Textbox(lines=4)
|
| 187 |
+
magic2=gr.Textbox(lines=4)
|
| 188 |
+
magic3=gr.Textbox(lines=4)
|
| 189 |
+
magic4=gr.Textbox(lines=4)
|
| 190 |
with gr.Row():
|
| 191 |
output5=gr.Image(label=(f"{current_model}"))
|
| 192 |
output6=gr.Image(label=(f"{current_model}"))
|
| 193 |
output7=gr.Image(label=(f"{current_model}"))
|
| 194 |
output8=gr.Image(label=(f"{current_model}"))
|
| 195 |
with gr.Row():
|
| 196 |
+
magic5=gr.Textbox(lines=4)
|
| 197 |
+
magic6=gr.Textbox(lines=4)
|
| 198 |
+
magic7=gr.Textbox(lines=4)
|
| 199 |
+
magic8=gr.Textbox(lines=4)
|
| 200 |
|
| 201 |
def short_prompt(inputs):
|
| 202 |
return(inputs)
|