Spaces:
Sleeping
Sleeping
Commit
·
8e625a7
1
Parent(s):
1dbb9a0
I'm So Tired
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
3 |
|
4 |
-
from fastai
|
5 |
import gradio as gr
|
6 |
|
7 |
def is_cat(x): return x[0].isupper()
|
|
|
1 |
|
2 |
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
3 |
|
4 |
+
from fastai import *
|
5 |
import gradio as gr
|
6 |
|
7 |
def is_cat(x): return x[0].isupper()
|