Spaces:
Running
on
Zero
Running
on
Zero
update description
Browse files
app.py
CHANGED
@@ -646,7 +646,7 @@ default_images = ['./images/image_0.jpg', './images/image_1.jpg', './images/imag
|
|
646 |
default_outputs = ['./images/ncut_0.jpg', './images/ncut_1.jpg', './images/ncut_2.jpg', './images/ncut_3.jpg', './images/ncut_5.jpg']
|
647 |
|
648 |
with gr.Blocks() as demo:
|
649 |
-
gr.Markdown('Upload Images here 👇')
|
650 |
gr.Interface(
|
651 |
main_fn,
|
652 |
[
|
|
|
646 |
default_outputs = ['./images/ncut_0.jpg', './images/ncut_1.jpg', './images/ncut_2.jpg', './images/ncut_3.jpg', './images/ncut_5.jpg']
|
647 |
|
648 |
with gr.Blocks() as demo:
|
649 |
+
gr.Markdown('## Upload Images here 👇')
|
650 |
gr.Interface(
|
651 |
main_fn,
|
652 |
[
|