-
Notifications
You must be signed in to change notification settings - Fork 374
Image to image #370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image to image #370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me, thanks for handling this! ❤️ I left minor nits 🙂
Co-authored-by: Merve Noyan <[email protected]>
Co-authored-by: Merve Noyan <[email protected]>
Co-authored-by: Merve Noyan <[email protected]>
Co-authored-by: Merve Noyan <[email protected]>
Co-authored-by: Merve Noyan <[email protected]>
|
I've been thinking what to share as a code example. Perhaps something along the lines of this low level enhancement app? https://huggingface.co/spaces/keras-io/low-light-image-enhancement/blob/main/app.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! @osanseviero can you check super quick?
| demo: { | ||
| inputs: [ | ||
| { | ||
| filename: "image-to-image-input.jpeg", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this repo still open for contribution?
Awesome work so far
Co-authored-by: Merve Noyan <[email protected]>
Co-authored-by: Merve Noyan <[email protected]>
Co-authored-by: Merve Noyan <[email protected]>
Co-authored-by: Merve Noyan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool, thanks!
| demo: { | ||
| inputs: [ | ||
| { | ||
| filename: "image-to-image-input.jpeg", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool!
|
@Paul92 if you commit suggestion of osanseviero above I'm happy to merge your PR 🙂 |
Co-authored-by: Omar Sanseviero <[email protected]>
|
@merveenoyan Done. Thank you so much :) |
|
@Paul92 just merged. Can you give me your hugging face handle so I can add it at the end of the page to give you credits? 🙂 |

Fixes #364.
As a first PR, I'd be grateful for some comments regarding the style and nature of the introductory content.
I plan to address a few of the remaining tasks (example code, example input/output, etc) in the meantime.