Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
import gradio as gr
|
|
|
|
|
|
|
|
|
2 |
import torch
|
|
|
3 |
import numpy as np
|
4 |
import pandas as pd
|
5 |
-
import os
|
6 |
import torchio
|
7 |
import torch.nn as nn
|
8 |
from huggingface_hub import hf_hub_download
|
|
|
1 |
import gradio as gr
|
2 |
+
import subprocess
|
3 |
+
import os
|
4 |
+
import shutil
|
5 |
+
from huggingface_hub import hf_hub_download
|
6 |
import torch
|
7 |
+
import spaces # Import spaces for GPU decoration
|
8 |
import numpy as np
|
9 |
import pandas as pd
|
|
|
10 |
import torchio
|
11 |
import torch.nn as nn
|
12 |
from huggingface_hub import hf_hub_download
|