Spaces:
Sleeping
Sleeping
ctc
commited on
Commit
·
55d19cd
1
Parent(s):
4ab5746
fix
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
__all__ = ['is_cat','learn','classify_image','categories','image','label','examples','intf']
|
2 |
|
3 |
from fastai.vision.all import *
|
4 |
-
import gradio as
|
5 |
|
6 |
def is_cat(x): return x[0].isupper()
|
7 |
|
|
|
1 |
__all__ = ['is_cat','learn','classify_image','categories','image','label','examples','intf']
|
2 |
|
3 |
from fastai.vision.all import *
|
4 |
+
import gradio as gr
|
5 |
|
6 |
def is_cat(x): return x[0].isupper()
|
7 |
|