Spaces:
Sleeping
Sleeping
Siyun He
commited on
Commit
·
ea59c84
1
Parent(s):
afd42ca
update gradio interface
Browse files
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app.py
CHANGED
@@ -348,6 +348,8 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="purple", secondary_hue="blue"))
|
|
348 |
next_button.click(change_glasses, [], [])
|
349 |
with gr.Row():
|
350 |
save_button.click(save_frame, [input_img], [download_link])
|
|
|
|
|
351 |
|
352 |
if __name__ == "__main__":
|
353 |
demo.launch(share=True)
|
|
|
348 |
next_button.click(change_glasses, [], [])
|
349 |
with gr.Row():
|
350 |
save_button.click(save_frame, [input_img], [download_link])
|
351 |
+
gr.Markdown("**Reminder:** All glasses images are screenshots from Goodr, segmented using glass_segmentation_helper.py, and then manually saved to the “glasses” folder for the try-on feature.")
|
352 |
+
|
353 |
|
354 |
if __name__ == "__main__":
|
355 |
demo.launch(share=True)
|