DigiP-AI commited on
Commit
3858205
·
verified ·
1 Parent(s): 4dc5a10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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
 
 
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