dzmu commited on
Commit
f1c321a
·
verified ·
1 Parent(s): 52000a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -396,8 +396,8 @@ custom_css = """:root { --primary-bg-color: #000000; --secondary-bg-color: #1A1A
396
 
397
  # --- Gradio Interface (Using the custom CSS) ---
398
  with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
399
- gr.Markdown("<h1 style='text-align: center;'>💧 DripAI: Rate Your Fit 💧</h1>")
400
- gr.Markdown("<p style='text-align: center; font-style: italic;'>AI-powered fashion judgment. Zero mercy.</p>")
401
 
402
  with gr.Row():
403
  with gr.Column(scale=1):
@@ -426,7 +426,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
426
  inputs=[input_image],
427
  outputs=[category_html, audio_output, response_box]
428
  )
429
- gr.Markdown("<p>Upload, paste, or use your camera to capture your outfit using the three icons. DripAI evaluates your style using multiple AI models.</p>")
430
 
431
  # --- Launch App ---
432
  if __name__ == "__main__":
 
396
 
397
  # --- Gradio Interface (Using the custom CSS) ---
398
  with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
399
+ #gr.Markdown("<h1 style='text-align: center;'>💧 DripAI: Rate Your Fit 💧</h1>")
400
+ #gr.Markdown("<p style='text-align: center; font-style: italic;'>AI-powered fashion judgment. Zero mercy.</p>")
401
 
402
  with gr.Row():
403
  with gr.Column(scale=1):
 
426
  inputs=[input_image],
427
  outputs=[category_html, audio_output, response_box]
428
  )
429
+ #gr.Markdown("<p>Upload, paste, or use your camera to capture your outfit using the three icons. DripAI evaluates your style using multiple AI models.</p>")
430
 
431
  # --- Launch App ---
432
  if __name__ == "__main__":