czkaiweb commited on
Commit
f81eeee
·
1 Parent(s): 8bd38e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -66,7 +66,10 @@ outputs = gr.Label(type="confidences",num_top_classes=5,label='Prediction')
66
  title = "Artist Classifier"
67
  description = "The classifier is a demo classifier to predict the painter using fine-tuned EfficientNet. It allows you to identify the creator of a painting among Van Gogh, Claude Monet, Leonardo da Vinci, Rembrandt, Pablo Picasso, and Salvador Dali. Just upload the image to the left blank box and click the Submit button. A list of confidence will be displayed. Following the link below to find a related work that helps to create your own paintings following the style of painters"
68
 
69
- article = "<p style='text-align: left'><a href='https://huggingface.co/spaces/breynolds1247/StarryNight_StyleTransfer'>Style Transfer: Create your own stylish paintings </a></p>"
 
 
 
70
 
71
  #examples = [
72
  # ['dog.jpg']
 
66
  title = "Artist Classifier"
67
  description = "The classifier is a demo classifier to predict the painter using fine-tuned EfficientNet. It allows you to identify the creator of a painting among Van Gogh, Claude Monet, Leonardo da Vinci, Rembrandt, Pablo Picasso, and Salvador Dali. Just upload the image to the left blank box and click the Submit button. A list of confidence will be displayed. Following the link below to find a related work that helps to create your own paintings following the style of painters"
68
 
69
+ article = """
70
+ <p style='text-align: left'><a href='https://huggingface.co/spaces/breynolds1247/StarryNight_StyleTransfer'>Style Transfer: Create your own stylish paintings </a></p>
71
+ <p style='text-align: left'>The app is based on <a href='https://arxiv.org/abs/1905.11946'>EfficientNet</a></p>
72
+ """
73
 
74
  #examples = [
75
  # ['dog.jpg']