Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ import warnings
|
|
14 |
# external
|
15 |
|
16 |
#import spaces
|
|
|
17 |
import gradio as gr
|
18 |
import numpy as np
|
19 |
from lxml.html import fromstring
|
|
|
14 |
# external
|
15 |
|
16 |
#import spaces
|
17 |
+
import torch
|
18 |
import gradio as gr
|
19 |
import numpy as np
|
20 |
from lxml.html import fromstring
|