tokenid commited on
Commit
74b23d0
β€’
1 Parent(s): d842133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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'>