Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ from torch.utils.data import DataLoader, Dataset
|
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
import requests
|
| 10 |
import gradio as gr
|
|
|
|
| 11 |
|
| 12 |
class Upsample(nn.Module):
|
| 13 |
def __init__(self, in_channels, out_channels, kernel_size=4, stride=2, padding=1, dropout=True):
|
|
|
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
import requests
|
| 10 |
import gradio as gr
|
| 11 |
+
import numpy as np
|
| 12 |
|
| 13 |
class Upsample(nn.Module):
|
| 14 |
def __init__(self, in_channels, out_channels, kernel_size=4, stride=2, padding=1, dropout=True):
|