jeremykawahara commited on
Commit
bc7dcc1
·
verified ·
1 Parent(s): 5bec537

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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, texture map and number of lesions from the dropdown or select an example.</br>
95
- **Step 2**. Selct the number of views to render. </br>
96
- **Step 3** (optional). Randomize the view parameters by clicking on the checkbox.</br>
97
- **Step 4**. Click on the Render Views button to render the views. </br>
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