Spaces:
Sleeping
Sleeping
abmohajeri
commited on
Commit
·
e5f45b4
1
Parent(s):
d0889a0
app.py Updated
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ with gr.Blocks() as iface:
|
|
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 |
""")
|
|
|
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 |
+
<u style="display: block;margin-bottom: 10px;">The original model will be available soon</u>
|
15 |
Created by <a href="https://abolfazlmohajeri.ir" target="_blank"><strong>Abolfazl Mohajeri</strong></a>
|
16 |
</div>
|
17 |
""")
|