Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1129,13 +1129,14 @@ if __name__ == "__main__":
|
|
1129 |
|
1130 |
with gr.Blocks(title="Paper-Based DXF Generator", theme=gr.themes.Soft()) as demo:
|
1131 |
# Example gallery
|
1132 |
-
|
1133 |
-
gr.Markdown("""
|
1134 |
# Paper-Based DXF Generator
|
1135 |
|
1136 |
Upload an image with a single object placed on paper (A4, A3, or US Letter).
|
1137 |
The paper serves as a size reference for accurate DXF generation.
|
1138 |
-
|
|
|
|
|
1139 |
**Instructions:**
|
1140 |
1. Place a single object on paper
|
1141 |
2. Select the correct paper size
|
|
|
1129 |
|
1130 |
with gr.Blocks(title="Paper-Based DXF Generator", theme=gr.themes.Soft()) as demo:
|
1131 |
# Example gallery
|
1132 |
+
gr.Markdown("""
|
|
|
1133 |
# Paper-Based DXF Generator
|
1134 |
|
1135 |
Upload an image with a single object placed on paper (A4, A3, or US Letter).
|
1136 |
The paper serves as a size reference for accurate DXF generation.
|
1137 |
+
""")
|
1138 |
+
with gr.Row():
|
1139 |
+
gr.Markdown("""
|
1140 |
**Instructions:**
|
1141 |
1. Place a single object on paper
|
1142 |
2. Select the correct paper size
|