Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ import sys
|
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
13 |
import torch
|
14 |
-
import torch_utils
|
15 |
import torch.nn as nn
|
16 |
from huggingface_hub import hf_hub_download
|
17 |
from transformers import pipeline
|
|
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
13 |
import torch
|
|
|
14 |
import torch.nn as nn
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
from transformers import pipeline
|