broyang commited on
Commit
c00cb5e
·
1 Parent(s): 74b0b86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
30
  input = gr.Image(type="pil", label="Upload Image", sources=["upload"])
31
  with gr.Column():
32
  image = gr.Image(label="Sketch Drawing", show_share_button=False)
33
- gr.Markdown("Want to remove the watermark? Subscribe or [purchase a model](https://skyebrowse.com/pricing) starting at $3.")
34
  examples = gr.Examples(examples=["road_small.jpg", "preview_small.jpg", "trailer.jpg"], inputs=[input])
35
  @gr.on(inputs=[input], outputs=[image], show_progress="minimal")
36
  def sketch(input_path):
 
30
  input = gr.Image(type="pil", label="Upload Image", sources=["upload"])
31
  with gr.Column():
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? Subscribe or <a href='https://skyebrowse.com/pricing'>purchase a model</a> starting at $3.</p>")
34
  examples = gr.Examples(examples=["road_small.jpg", "preview_small.jpg", "trailer.jpg"], inputs=[input])
35
  @gr.on(inputs=[input], outputs=[image], show_progress="minimal")
36
  def sketch(input_path):