Update app.py
Browse files
app.py
CHANGED
@@ -13,13 +13,13 @@
|
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
import spaces
|
16 |
-
import tempfile
|
17 |
-
from PIL import Image
|
18 |
-
import subprocess
|
19 |
|
20 |
-
import torch
|
21 |
import torch.multiprocessing as mp
|
22 |
mp.set_start_method('spawn', force=True)
|
|
|
|
|
|
|
|
|
23 |
import gradio as gr
|
24 |
import string
|
25 |
import random, time, math
|
|
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
import spaces
|
|
|
|
|
|
|
16 |
|
|
|
17 |
import torch.multiprocessing as mp
|
18 |
mp.set_start_method('spawn', force=True)
|
19 |
+
|
20 |
+
import tempfile
|
21 |
+
from PIL import Image
|
22 |
+
import torch
|
23 |
import gradio as gr
|
24 |
import string
|
25 |
import random, time, math
|