Repair some bugs.

This commit is contained in:
hodanov
2023-09-12 20:42:40 +09:00
parent 729e64ca8e
commit f73b2505d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def main(
if seed == -1:
seed_generated = util.generate_seed()
start_time = time.time()
images = stub.app.run_inference.call(
images = stub.app.run_inference.remote(
prompt=prompt,
n_prompt=n_prompt,
height=height,