Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks(analytics_enabled=False, theme=gr.themes.Soft()) as demo:
|
|
32 |
image = gr.Image(label="Sketch Drawing", show_share_button=False)
|
33 |
gr.Markdown("<p style='text-align: center; font-size: 20px;'>Want to remove the watermark?</p>\n")
|
34 |
gr.Markdown("<p style='text-align: center; font-size: 20px;'>Subscribe or <a href='https://skyebrowse.com/pricing'>purchase a model</a> starting at $3.<p>")
|
35 |
-
examples = gr.Examples(examples=["road_small.jpg", "preview_small.jpg", "trailer.jpg"], inputs=[input])
|
36 |
@gr.on(inputs=[input], outputs=[image], show_progress="minimal")
|
37 |
def sketch(input_path):
|
38 |
if input_path is None:
|
|
|
32 |
image = gr.Image(label="Sketch Drawing", show_share_button=False)
|
33 |
gr.Markdown("<p style='text-align: center; font-size: 20px;'>Want to remove the watermark?</p>\n")
|
34 |
gr.Markdown("<p style='text-align: center; font-size: 20px;'>Subscribe or <a href='https://skyebrowse.com/pricing'>purchase a model</a> starting at $3.<p>")
|
35 |
+
examples = gr.Examples(examples=["hotel.jpg", "road_small.jpg", "preview_small.jpg", "trailer.jpg"], inputs=[input])
|
36 |
@gr.on(inputs=[input], outputs=[image], show_progress="minimal")
|
37 |
def sketch(input_path):
|
38 |
if input_path is None:
|