aidevhund commited on
Commit
b8d9d50
·
verified ·
1 Parent(s): ae3bd5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import spaces
3
  from gradio_litmodel3d import LitModel3D
 
4
 
5
  import os
6
  import shutil
 
1
  import gradio as gr
2
  import spaces
3
  from gradio_litmodel3d import LitModel3D
4
+ from transformers import pipeline
5
 
6
  import os
7
  import shutil