Eric2983 commited on
Commit
a55bf0e
·
verified ·
1 Parent(s): 362da79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ import os
7
  # Create the Gradio app
8
  app = gr.Interface(
9
  inputs=gr.Image(type="pil"),
10
- title="App Detection",
11
- description=description_markdown,
12
  )
13
 
14
  # Run the app
 
7
  # Create the Gradio app
8
  app = gr.Interface(
9
  inputs=gr.Image(type="pil"),
10
+ title="App Detection"
 
11
  )
12
 
13
  # Run the app