broyang commited on
Commit
818183b
·
1 Parent(s): c345c18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Lighter")
71
- darker_btn=gr.Button("Darker")
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>")