Spaces:
Sleeping
Sleeping
jeremykawahara
commited on
Update gradio_app.py
Browse files- gradio_app.py +4 -4
gradio_app.py
CHANGED
@@ -91,10 +91,10 @@ except Exception as e:
|
|
91 |
|
92 |
_TITLE = """DermSynth3D: A Framework for generating Synthetic Dermatological Images"""
|
93 |
_DESCRIPTION = """
|
94 |
-
**Step 1**. Select the Mesh,
|
95 |
-
**Step 2**.
|
96 |
-
**Step 3
|
97 |
-
**Step 4**. Click on the Render Views button to render the views
|
98 |
"""
|
99 |
|
100 |
|
|
|
91 |
|
92 |
_TITLE = """DermSynth3D: A Framework for generating Synthetic Dermatological Images"""
|
93 |
_DESCRIPTION = """
|
94 |
+
**Step 1**. Select the Mesh, Texture, and Number of lesions from the dropdown menus, or select from the Meshes and Textures for Demo (at bottom of page).</br>
|
95 |
+
**Step 2**. Select the Number of Views to render.</br>
|
96 |
+
**Step 3**. (optional) Click the Randomize View Parameters checkbox.</br>
|
97 |
+
**Step 4**. Click on the Render Views button to render the views.</br>
|
98 |
"""
|
99 |
|
100 |
|