g-ronimo commited on
Commit
8704e60
1 Parent(s): c696f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -227,7 +227,8 @@ css = """
227
  with gr.Blocks(css=css) as demo:
228
  with gr.Column(elem_id="col-container"):
229
  gr.Markdown(" # FlipSketch")
230
-
 
231
  with gr.Row():
232
  with gr.Column():
233
  image = gr.Image(label="Upload your image", type="pil")
 
227
  with gr.Blocks(css=css) as demo:
228
  with gr.Column(elem_id="col-container"):
229
  gr.Markdown(" # FlipSketch")
230
+ gr.Markdown("https://github.com/hmrishavbandy/FlipSketch")
231
+
232
  with gr.Row():
233
  with gr.Column():
234
  image = gr.Image(label="Upload your image", type="pil")