Spaces:
Runtime error
Runtime error
iambravolee
commited on
Commit
•
04b0933
1
Parent(s):
95f6149
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,7 @@ def image_classifier(image):
|
|
11 |
return results
|
12 |
|
13 |
title = "BurstPixel AI Image Detector"
|
14 |
-
description = """
|
15 |
|
16 |
|
17 |
-
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title
|
18 |
demo.launch(show_api=False)
|
|
|
11 |
return results
|
12 |
|
13 |
title = "BurstPixel AI Image Detector"
|
|
|
14 |
|
15 |
|
16 |
+
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title)
|
17 |
demo.launch(show_api=False)
|