Spaces:
Running
on
Zero
Running
on
Zero
disable gr.image image upload
Browse files
app.py
CHANGED
|
@@ -729,6 +729,7 @@ if __name__ == "__main__":
|
|
| 729 |
interactive=True,
|
| 730 |
height=320,
|
| 731 |
width=512,
|
|
|
|
| 732 |
)
|
| 733 |
|
| 734 |
with gr.Column(scale=6):
|
|
@@ -737,6 +738,7 @@ if __name__ == "__main__":
|
|
| 737 |
interactive=True,
|
| 738 |
height=320,
|
| 739 |
width=512,
|
|
|
|
| 740 |
)
|
| 741 |
|
| 742 |
with gr.Row():
|
|
|
|
| 729 |
interactive=True,
|
| 730 |
height=320,
|
| 731 |
width=512,
|
| 732 |
+
sources=[],
|
| 733 |
)
|
| 734 |
|
| 735 |
with gr.Column(scale=6):
|
|
|
|
| 738 |
interactive=True,
|
| 739 |
height=320,
|
| 740 |
width=512,
|
| 741 |
+
sources=[],
|
| 742 |
)
|
| 743 |
|
| 744 |
with gr.Row():
|