benjaminStreltzin commited on
Commit
c63c908
·
verified ·
1 Parent(s): b9ef3d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- gr.Markdown("### Vision Transformer Model")
65
- gr.Markdown("Upload an image to classify it using the Vision Transformer model.")
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