Spaces:
Running
Running
Dennis Cahillane commited on
Commit ·
ac7a9e4
1
Parent(s): 6b80f6c
update description
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from fastai.vision.all import *
|
| 2 |
import gradio as gr
|
| 3 |
title = 'Westworld host detector'
|
| 4 |
-
description = '
|
| 5 |
learn = load_learner('westworld2.pkl')
|
| 6 |
labels = learn.dls.vocab
|
| 7 |
def predict(img):
|
|
|
|
| 1 |
from fastai.vision.all import *
|
| 2 |
import gradio as gr
|
| 3 |
title = 'Westworld host detector'
|
| 4 |
+
description = 'Upload a picture of someone to find out whether they are a Host or human.'
|
| 5 |
learn = load_learner('westworld2.pkl')
|
| 6 |
labels = learn.dls.vocab
|
| 7 |
def predict(img):
|