Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
from fastai.vision.all import *
|
2 |
from huggingface_hub import push_to_hub_fastai, from_pretrained_fastai
|
3 |
import gradio as gr
|
|
|
1 |
+
# AUTOGENERATED! DO NOT EDIT! File to edit: . (unless otherwise specified).
|
2 |
+
|
3 |
+
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
4 |
+
|
5 |
from fastai.vision.all import *
|
6 |
from huggingface_hub import push_to_hub_fastai, from_pretrained_fastai
|
7 |
import gradio as gr
|