Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,6 +24,8 @@ import tempfile
|
|
| 24 |
from functools import partial
|
| 25 |
|
| 26 |
from huggingface_hub import hf_hub_download
|
|
|
|
|
|
|
| 27 |
import spaces
|
| 28 |
|
| 29 |
|
|
@@ -224,8 +226,6 @@ def make3d(images):
|
|
| 224 |
return video_fpath, mesh_fpath
|
| 225 |
|
| 226 |
|
| 227 |
-
import gradio as gr
|
| 228 |
-
|
| 229 |
_HEADER_ = '''
|
| 230 |
<h2><b>Official 🤗 Gradio demo for</b>
|
| 231 |
<a href='https://github.com/TencentARC/InstantMesh' target='_blank'>
|
|
|
|
| 24 |
from functools import partial
|
| 25 |
|
| 26 |
from huggingface_hub import hf_hub_download
|
| 27 |
+
|
| 28 |
+
import gradio as gr
|
| 29 |
import spaces
|
| 30 |
|
| 31 |
|
|
|
|
| 226 |
return video_fpath, mesh_fpath
|
| 227 |
|
| 228 |
|
|
|
|
|
|
|
| 229 |
_HEADER_ = '''
|
| 230 |
<h2><b>Official 🤗 Gradio demo for</b>
|
| 231 |
<a href='https://github.com/TencentARC/InstantMesh' target='_blank'>
|