Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed Apr 8, 2024
1 parent 1428b58 commit a13e768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huggingface/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main(args):
models = {model.name: model for model in models}

app = AppUI(
MprocessImage=infer(models),
processImage=infer(models),
models=models,
)
app.queue() # enable queueing of requests/events
Expand Down

0 comments on commit a13e768

Please sign in to comment.