Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ if _REPO_ROOT not in sys.path:
|
|
| 12 |
sys.path.insert(0, str(_REPO_ROOT))
|
| 13 |
|
| 14 |
_GRADIO_DIR = Path(__file__).resolve().parent
|
| 15 |
-
|
| 16 |
import gradio as gr
|
| 17 |
import numpy as np
|
| 18 |
import torch
|
|
|
|
| 12 |
sys.path.insert(0, str(_REPO_ROOT))
|
| 13 |
|
| 14 |
_GRADIO_DIR = Path(__file__).resolve().parent
|
| 15 |
+
import spaces
|
| 16 |
import gradio as gr
|
| 17 |
import numpy as np
|
| 18 |
import torch
|