Skip to content

Commit

Permalink
Update gradio_canny2image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GaParmar authored Mar 20, 2024
1 parent 69b05b4 commit 7d4ebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradio_canny2image.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from src.image_prep import canny_from_pil
from src.pix2pix_turbo import Pix2Pix_Turbo

model = Pix2Pix_Turbo("canny_to_image")
model = Pix2Pix_Turbo("edge_to_image")


def process(input_image, prompt, low_threshold, high_threshold):
Expand Down

0 comments on commit 7d4ebb4

Please sign in to comment.