Spaces:
Runtime error
Runtime error
Commit ·
62c744a
1
Parent(s): e4577bf
added description
Browse files
app.py
CHANGED
|
@@ -118,6 +118,7 @@ if __name__ == "__main__":
|
|
| 118 |
gr.Markdown(
|
| 119 |
"""
|
| 120 |
# Image fitting
|
|
|
|
| 121 |
"""
|
| 122 |
)
|
| 123 |
|
|
|
|
| 118 |
gr.Markdown(
|
| 119 |
"""
|
| 120 |
# Image fitting
|
| 121 |
+
### Given Image input, fit as many as possible x number of input on canvas
|
| 122 |
"""
|
| 123 |
)
|
| 124 |
|