Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -246,16 +246,9 @@ def make3d(images):
|
|
246 |
_HEADER_ = '''
|
247 |
**Hepzeka.com** InstantMesh, Resimden 3 boyutlu Obj oluşturma.
|
248 |
|
249 |
-
|
250 |
|
251 |
-
|
252 |
-
|
253 |
-
Apache-2.0 LICENSE. Please refer to the [LICENSE file](https://huggingface.co/spaces/jkorstad/InstantMesh-img-to-3D/blob/main/LICENSE) for details.
|
254 |
-
|
255 |
-
📧 **Contact**
|
256 |
-
|
257 |
-
If you have any questions, feel free to open a discussion or contact the original model creators at <b>[email protected]</b> or myself at <b>[email protected]</b>.
|
258 |
-
"""
|
259 |
|
260 |
|
261 |
with gr.Blocks() as demo:
|
|
|
246 |
_HEADER_ = '''
|
247 |
**Hepzeka.com** InstantMesh, Resimden 3 boyutlu Obj oluşturma.
|
248 |
|
249 |
+
'''
|
250 |
|
251 |
+
_CITE_ = r""" """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
|
253 |
|
254 |
with gr.Blocks() as demo:
|