Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|