Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
from math import floor
|
3 |
from typing import Optional
|
4 |
|
|
|
5 |
import spaces
|
6 |
import torch
|
7 |
import gradio as gr
|
|
|
2 |
from math import floor
|
3 |
from typing import Optional
|
4 |
|
5 |
+
import numpy as np
|
6 |
import spaces
|
7 |
import torch
|
8 |
import gradio as gr
|