FoodDesert commited on
Commit
16ac85d
1 Parent(s): f4478ff

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -106,6 +106,10 @@ For each artist in the dataset, we generated a sample image with the model Fluff
106
  The simplicity of the prompt, the the simplicty of the default style, and the recognizability of the character make it easier to understand how artist names affect generated image styles.
107
  The first image returned is a baseline, generated with the same prompt, but with no artist name.
108
  You should compare all the images to the first to see how the artist names affect the output.
 
 
 
 
109
  """
110
 
111
 
 
106
  The simplicity of the prompt, the the simplicty of the default style, and the recognizability of the character make it easier to understand how artist names affect generated image styles.
107
  The first image returned is a baseline, generated with the same prompt, but with no artist name.
108
  You should compare all the images to the first to see how the artist names affect the output.
109
+
110
+ ## Why is the layout so messed up?
111
+
112
+ I do not know how to resolve an issue with the Gallery. I shuffled all the components around so that it would be at the bottom and not interfere with anything else.
113
  """
114
 
115