Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ Original file is located at
|
|
| 8 |
|
| 9 |
## Gradio Pets
|
| 10 |
"""
|
| 11 |
-
|
| 12 |
import gradio as gr
|
| 13 |
|
| 14 |
def is_cat(x): return x[0].isupper()
|
|
|
|
| 8 |
|
| 9 |
## Gradio Pets
|
| 10 |
"""
|
| 11 |
+
from fastai.vision.all import *
|
| 12 |
import gradio as gr
|
| 13 |
|
| 14 |
def is_cat(x): return x[0].isupper()
|