DawnC commited on
Commit
3e20255
·
verified ·
1 Parent(s): feccc25

Update style_transfer.py

Browse files
Files changed (1) hide show
  1. style_transfer.py +1 -1
style_transfer.py CHANGED
@@ -421,7 +421,7 @@ def create_style_transfer_tab(dog_style_transfer):
421
  """)
422
 
423
  # Add model info and style description display
424
- gr.Markdown("""
425
  <div style="background-color: #f0f8ff; padding: 16px; border-radius: 8px; margin: 16px 0; border: 1px solid #cce5ff; box-shadow: 0 3px 10px rgba(0,0,123,0.1);">
426
  <h3>🐶 Upload a dog photo and select an artistic style</h3>
427
  <p>After uploading your dog photo, the system will transform it into your chosen artistic style. Try different styles to create stunning effects!</p>
 
421
  """)
422
 
423
  # Add model info and style description display
424
+ gr.HTML("""
425
  <div style="background-color: #f0f8ff; padding: 16px; border-radius: 8px; margin: 16px 0; border: 1px solid #cce5ff; box-shadow: 0 3px 10px rgba(0,0,123,0.1);">
426
  <h3>🐶 Upload a dog photo and select an artistic style</h3>
427
  <p>After uploading your dog photo, the system will transform it into your chosen artistic style. Try different styles to create stunning effects!</p>