Sophie98 commited on
Commit
c63f571
β€’
1 Parent(s): 9be4acc

added theme

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -120,6 +120,7 @@ demo = gr.Interface(
120
  description="Customize your sofa to your wildest dreams πŸ’­!\
121
  \nProvide a picture of your sofa and a desired pattern\
122
  or choose one of the examples below. ⬇",
 
123
  # article="**References**\n\n"
124
  # "<a href='https://www.tensorflow.org/hub/tutorials/tf2_arbitrary_image_stylization' target='_blank'>1. Tutorial to implement Fast Neural Style Transfer using the pretrained model from TensorFlow Hub</a> \n"
125
  # "<a href='https://huggingface.co/spaces/luca-martial/neural-style-transfer' target='_blank'>2. The idea to build a neural style transfer application was inspired from this Hugging Face Space </a>"
 
120
  description="Customize your sofa to your wildest dreams πŸ’­!\
121
  \nProvide a picture of your sofa and a desired pattern\
122
  or choose one of the examples below. ⬇",
123
+ theme="huggingface",
124
  # article="**References**\n\n"
125
  # "<a href='https://www.tensorflow.org/hub/tutorials/tf2_arbitrary_image_stylization' target='_blank'>1. Tutorial to implement Fast Neural Style Transfer using the pretrained model from TensorFlow Hub</a> \n"
126
  # "<a href='https://huggingface.co/spaces/luca-martial/neural-style-transfer' target='_blank'>2. The idea to build a neural style transfer application was inspired from this Hugging Face Space </a>"