Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ for id, model in MODELS:
|
|
15 |
print(f"Loaded model {model}")
|
16 |
|
17 |
@spaces.GPU
|
18 |
-
def generate(text)
|
19 |
prompt = "A cat holding a sign that says hello world"
|
20 |
image = MODEL_CACHE['OpenFLUX.1'](
|
21 |
prompt,
|
|
|
15 |
print(f"Loaded model {model}")
|
16 |
|
17 |
@spaces.GPU
|
18 |
+
def generate(text):
|
19 |
prompt = "A cat holding a sign that says hello world"
|
20 |
image = MODEL_CACHE['OpenFLUX.1'](
|
21 |
prompt,
|