Spaces:
Runtime error
Runtime error
Add application file
Browse files- app.py +1 -0
- requirements.txt +4 -0
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import pandas as pd
|
|
| 4 |
|
| 5 |
import gradio as gr
|
| 6 |
from huggingface_hub import from_pretrained_fastai
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
def get_x(x):
|
|
|
|
| 4 |
|
| 5 |
import gradio as gr
|
| 6 |
from huggingface_hub import from_pretrained_fastai
|
| 7 |
+
from fastai.vision.all import *
|
| 8 |
|
| 9 |
|
| 10 |
def get_x(x):
|
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastai==2.7.4
|
| 2 |
+
huggingface_hub[fastai]
|
| 3 |
+
fastcore>=1.3.27
|
| 4 |
+
gradio
|