Spaces:
Build error
Build error
Commit
·
76684f9
1
Parent(s):
1c8c513
Update app.py
Browse files
app.py
CHANGED
@@ -18,5 +18,5 @@ def classify_image(file):
|
|
18 |
shutil.move(file, os.path.join(no_animal_folder, file))
|
19 |
return 'File classified successfully!'
|
20 |
|
21 |
-
iface = gr.Interface(fn=classify_image, inputs='file', outputs='text', title='Image Classifier')
|
22 |
iface.launch()
|
|
|
18 |
shutil.move(file, os.path.join(no_animal_folder, file))
|
19 |
return 'File classified successfully!'
|
20 |
|
21 |
+
iface = gr.Interface(fn=classify_image, inputs='file', outputs='text', title='Image Classifier From CameraTrap')
|
22 |
iface.launch()
|