Spaces:
Paused
Paused
apolinario
commited on
Commit
•
342b515
1
Parent(s):
3b06150
fix for flavors hack
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ perceptor = (
|
|
76 |
.requires_grad_(False)
|
77 |
.to(device)
|
78 |
)
|
79 |
-
def run_all(user_input, width, height, template, num_steps, flavor):
|
80 |
import random
|
81 |
#if uploaded_file is not None:
|
82 |
#uploaded_folder = f"{DefaultPaths.root_path}/uploaded"
|
|
|
76 |
.requires_grad_(False)
|
77 |
.to(device)
|
78 |
)
|
79 |
+
def run_all(user_input, width, height, template, num_steps, flavor, markdown):
|
80 |
import random
|
81 |
#if uploaded_file is not None:
|
82 |
#uploaded_folder = f"{DefaultPaths.root_path}/uploaded"
|