Spaces:
Running
Running
update
Browse files- app.py +0 -3
- requirements.txt +3 -1
app.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
import json
|
2 |
import gradio as gr
|
3 |
-
import os
|
4 |
import spaces
|
5 |
-
from tqdm import tqdm
|
6 |
from PIL import Image
|
7 |
from utils import WaifuScorer
|
8 |
|
|
|
|
|
1 |
import gradio as gr
|
|
|
2 |
import spaces
|
|
|
3 |
from PIL import Image
|
4 |
from utils import WaifuScorer
|
5 |
|
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
torch
|
2 |
safetensors
|
3 |
pytorch-lightning
|
4 |
-
git+https://github.com/openai/CLIP.git
|
|
|
|
|
|
1 |
torch
|
2 |
safetensors
|
3 |
pytorch-lightning
|
4 |
+
git+https://github.com/openai/CLIP.git
|
5 |
+
numpy
|
6 |
+
pillow
|