Spaces:
Sleeping
Sleeping
update
Browse files- app.py +0 -2
- inference.py +0 -1
app.py
CHANGED
@@ -149,7 +149,6 @@ def create_inference_demo(func: inference_fn, device) -> gr.Blocks:
|
|
149 |
inputs=[
|
150 |
model_id,
|
151 |
prompt,
|
152 |
-
# placeholder_string,
|
153 |
num_samples,
|
154 |
guidance_scale,
|
155 |
device
|
@@ -160,7 +159,6 @@ def create_inference_demo(func: inference_fn, device) -> gr.Blocks:
|
|
160 |
inputs=[
|
161 |
model_id,
|
162 |
prompt,
|
163 |
-
# placeholder_string,
|
164 |
num_samples,
|
165 |
guidance_scale,
|
166 |
device
|
|
|
149 |
inputs=[
|
150 |
model_id,
|
151 |
prompt,
|
|
|
152 |
num_samples,
|
153 |
guidance_scale,
|
154 |
device
|
|
|
159 |
inputs=[
|
160 |
model_id,
|
161 |
prompt,
|
|
|
162 |
num_samples,
|
163 |
guidance_scale,
|
164 |
device
|
inference.py
CHANGED
@@ -44,7 +44,6 @@ def make_image_grid(imgs, rows, cols):
|
|
44 |
def inference_fn(
|
45 |
model_id,
|
46 |
prompt,
|
47 |
-
# placeholder_string,
|
48 |
num_samples,
|
49 |
guidance_scale,
|
50 |
device
|
|
|
44 |
def inference_fn(
|
45 |
model_id,
|
46 |
prompt,
|
|
|
47 |
num_samples,
|
48 |
guidance_scale,
|
49 |
device
|