Merge pull request #30 from hodanov/feature/repair_bug

Repair duplicate error
This commit is contained in:
hodanov 2023-09-13 13:02:40 +09:00 committed by GitHub
commit 141c95049e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.remote(
images = stub.run_inference.remote(
prompt=prompt,
n_prompt=n_prompt,
height=height,