Spaces:
Running
Running
commit
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ import spaces
|
|
23 |
import numpy as np
|
24 |
import numpy.typing as npt
|
25 |
import torch
|
|
|
26 |
import gradio as gr
|
27 |
from lxml.html import fromstring
|
28 |
from huggingface_hub import hf_hub_download
|
|
|
23 |
import numpy as np
|
24 |
import numpy.typing as npt
|
25 |
import torch
|
26 |
+
from torch import nn
|
27 |
import gradio as gr
|
28 |
from lxml.html import fromstring
|
29 |
from huggingface_hub import hf_hub_download
|