Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ def generate(prompt, history):
|
|
| 78 |
def run(inp,model_drop):
|
| 79 |
prompt=inp['PROMPT']
|
| 80 |
model=loaded_model[int(model_drop)]
|
| 81 |
-
out_img=model(
|
| 82 |
print(out_img)
|
| 83 |
url=f'https://omnibus-meme-diffusion.hf.space/file={out_img}'
|
| 84 |
print(url)
|
|
|
|
| 78 |
def run(inp,model_drop):
|
| 79 |
prompt=inp['PROMPT']
|
| 80 |
model=loaded_model[int(model_drop)]
|
| 81 |
+
out_img=model(prompt)
|
| 82 |
print(out_img)
|
| 83 |
url=f'https://omnibus-meme-diffusion.hf.space/file={out_img}'
|
| 84 |
print(url)
|