RootYuan commited on
Commit
9b21da5
·
1 Parent(s): ff20b72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import gradio as gr
2
  from uuid import uuid4
3
  from threading import Thread
 
1
+ import torch
2
  import gradio as gr
3
  from uuid import uuid4
4
  from threading import Thread