frogleo commited on
Commit
fdf4040
·
verified ·
1 Parent(s): 510e2ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -293,7 +293,6 @@ with gr.Blocks().queue() as demo:
293
  outputs=[html_export_mesh,file_export, glbPath_output, objPath_output]
294
  )
295
 
296
- _gpu_check() # 👈 顶层调用哨兵函数
297
  if __name__ == "__main__":
298
  # https://discuss.huggingface.co/t/how-to-serve-an-html-file/33921/2
299
  # create a FastAPI app
 
293
  outputs=[html_export_mesh,file_export, glbPath_output, objPath_output]
294
  )
295
 
 
296
  if __name__ == "__main__":
297
  # https://discuss.huggingface.co/t/how-to-serve-an-html-file/33921/2
298
  # create a FastAPI app