Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,8 +61,8 @@ def report_feedback():
|
|
61 |
|
62 |
# Define the Gradio interface
|
63 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
64 |
-
|
65 |
-
gr.Markdown("
|
66 |
|
67 |
image_input = gr.Image(type="pil", label="Upload Image")
|
68 |
|
|
|
61 |
|
62 |
# Define the Gradio interface
|
63 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
64 |
+
|
65 |
+
gr.Markdown("### Classify image of art as real or AI generated")
|
66 |
|
67 |
image_input = gr.Image(type="pil", label="Upload Image")
|
68 |
|