aexyb commited on
Commit
244660d
1 Parent(s): e87ff71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import concurrent.futures
3
 
4
  # Load the model into RAM
5
- model = gr.load("models/XLabs-AI/flux-RealismLora")
6
 
7
  def interact(input):
8
  # Define the function for user interaction
 
2
  import concurrent.futures
3
 
4
  # Load the model into RAM
5
+ model = gr.load("models/mann-e/Mann-E_Dreams")
6
 
7
  def interact(input):
8
  # Define the function for user interaction