Spaces:
Paused
Paused
Update app.py
Browse files
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")
|