Spaces:
Runtime error
Runtime error
Lisa Stuch
commited on
Commit
·
bc8bd51
1
Parent(s):
e31c71c
Add application file
Browse files
app.py
CHANGED
@@ -5,8 +5,6 @@
|
|
5 |
|
6 |
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
#iface.launch()
|
8 |
-
# test test test
|
9 |
-
# neuer test
|
10 |
|
11 |
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
12 |
|
|
|
5 |
|
6 |
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
#iface.launch()
|
|
|
|
|
8 |
|
9 |
__all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
|
10 |
|