DigiP-AI commited on
Commit
2189365
·
verified ·
1 Parent(s): 21e32dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -335,9 +335,10 @@ with gr.Blocks(theme=theme, css=css) as app:
335
  )
336
 
337
  with gr.Tab("Text to Image"):
338
- #gr.load("models/digiplay/AnalogMadness-realistic-model-v7")
339
- #gr.load("models/XLabs-AI/flux-RealismLora")
340
- gr.load("models/hugovntr/flux-schnell-realism")
 
341
  with gr.Tab("Flip Image"):
342
  with gr.Row():
343
  image_input = gr.Image(type="numpy", label="Upload Image")
 
335
  )
336
 
337
  with gr.Tab("Text to Image"):
338
+ gr.HTML("<center><h6>ℹ️ Please do not run the models at the same time, the models are currently running on the CPU, which might affect performance.</h6></center>")
339
+ model1 = gr.load("models/XLabs-AI/flux-RealismLora")
340
+ model2 = gr.load("models/hugovntr/flux-schnell-realism")
341
+
342
  with gr.Tab("Flip Image"):
343
  with gr.Row():
344
  image_input = gr.Image(type="numpy", label="Upload Image")