Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
| 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
|