Spaces:
Runtime error
Runtime error
Commit
·
6e6578d
1
Parent(s):
868dbd1
removed torch
Browse files- app.py +0 -1
- requirements.txt +2 -1
app.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
from pathlib import Path
|
| 2 |
-
import torch
|
| 3 |
import gradio as gr
|
| 4 |
from huggingface_hub import from_pretrained_fastai
|
| 5 |
|
|
|
|
| 1 |
from pathlib import Path
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from huggingface_hub import from_pretrained_fastai
|
| 4 |
|
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
huggingface_hub[fastai]
|
| 2 |
-
ohmeow-blurr
|
|
|
|
|
|
| 1 |
huggingface_hub[fastai]
|
| 2 |
+
ohmeow-blurr
|
| 3 |
+
torch
|