Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ with gr.Blocks(analytics_enabled=False, theme=gr.themes.Soft()) as demo:
|
|
67 |
with gr.Column():
|
68 |
output = gr.Image(type = "filepath", label="Sketch Drawing", show_share_button=False)
|
69 |
with gr.Row():
|
70 |
-
lighter_btn=gr.Button("
|
71 |
-
darker_btn=gr.Button("
|
72 |
|
73 |
gr.Markdown("<p style='text-align: center; font-size: 20px;'>Want to remove the watermark?</p>\n")
|
74 |
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>")
|
|
|
67 |
with gr.Column():
|
68 |
output = gr.Image(type = "filepath", label="Sketch Drawing", show_share_button=False)
|
69 |
with gr.Row():
|
70 |
+
lighter_btn=gr.Button("Less Detail")
|
71 |
+
darker_btn=gr.Button("More Detail")
|
72 |
|
73 |
gr.Markdown("<p style='text-align: center; font-size: 20px;'>Want to remove the watermark?</p>\n")
|
74 |
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>")
|