Spaces:
Running
on
Zero
Running
on
Zero
samaonline
commited on
Commit
·
6c5f607
1
Parent(s):
79136bd
import torch
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import sys
|
|
5 |
import gradio as gr
|
6 |
import numpy as np
|
7 |
import spaces
|
|
|
8 |
|
9 |
# from huggingface_hub import hf_hub_download
|
10 |
from huggingface_hub import snapshot_download
|
|
|
5 |
import gradio as gr
|
6 |
import numpy as np
|
7 |
import spaces
|
8 |
+
import torch
|
9 |
|
10 |
# from huggingface_hub import hf_hub_download
|
11 |
from huggingface_hub import snapshot_download
|