abmohajeri commited on
Commit
d0889a0
1 Parent(s): 72deaf2

Update Typos

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Fotros
3
- short_description: An application that generates 3D meshes from multiple 2D images
4
  tags:
5
  - Image Processing
6
  - Photogrammetry
 
1
  ---
2
  title: Fotros
3
+ short_description: Generate 3D mesh from multiple 2D images
4
  tags:
5
  - Image Processing
6
  - Photogrammetry
app.py CHANGED
@@ -10,7 +10,7 @@ with gr.Blocks() as iface:
10
  gr.HTML("""
11
  <div style="text-align: center; font-size: 16px;">
12
  <img src="file/static/dark_logo.jpg" alt="Fotros Logo" style="width: 200px; margin: 0 auto;">
13
- <h2>An application that generates 3D meshes from multiple 2D images.</h2>
14
  Created by <a href="https://abolfazlmohajeri.ir" target="_blank"><strong>Abolfazl Mohajeri</strong></a>
15
  </div>
16
  """)
 
10
  gr.HTML("""
11
  <div style="text-align: center; font-size: 16px;">
12
  <img src="file/static/dark_logo.jpg" alt="Fotros Logo" style="width: 200px; margin: 0 auto;">
13
+ <h2>An application that generates 3D mesh from multiple 2D images.</h2>
14
  Created by <a href="https://abolfazlmohajeri.ir" target="_blank"><strong>Abolfazl Mohajeri</strong></a>
15
  </div>
16
  """)