Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|