iambravolee commited on
Commit
04b0933
1 Parent(s): 95f6149

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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, description=description)
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)