Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
313 |
"height": height # Pass the height to the API
|
314 |
}
|
315 |
}
|
316 |
-
|
317 |
with gr.Row(model):
|
318 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
|
319 |
|
|
|
313 |
"height": height # Pass the height to the API
|
314 |
}
|
315 |
}
|
316 |
+
model=("models/dvyio/flux-lora-film-noir")
|
317 |
with gr.Row(model):
|
318 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
|
319 |
|