temp-9384289 commited on
Commit
0958b44
·
1 Parent(s): 26699f4

readme fix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -220,8 +220,8 @@ with gr.Blocks() as app:
220
  "<hr>"
221
  "<h1><center>Do machine learing models store protected content?</center></h1>" +
222
  "<p><center><span style='color: red;'>Enter a time to hunt for copies (seconds), select a model, and hit submit!</center></p>" +
223
- "<p><center><strong>These image generation models will give you a 'bespoke' generation ❤ of an <a href='https://paperswithcode.com/dataset/mnist'>MNIST hand-drawn digit<a></p> " +
224
- "<p><center>then the program will search in training data (for <i>n</i> seconds) to find similar images: <a href='https://medium.com/@mygreatlearning/rmse-what-does-it-mean-2d446c0b1d0e'>RMSE<a>, lower is more similar</p>" +
225
  "<p><a href='https://nathanreitinger.umiacs.io'>@nathanReitinger</a></p>"
226
  )
227
 
 
220
  "<hr>"
221
  "<h1><center>Do machine learing models store protected content?</center></h1>" +
222
  "<p><center><span style='color: red;'>Enter a time to hunt for copies (seconds), select a model, and hit submit!</center></p>" +
223
+ "<p><center><strong>These image generation models will give you a 'bespoke' generation ❤ of an <a href='https://paperswithcode.com/dataset/mnist'>MNIST hand-drawn digit</a></p> " +
224
+ "<p><center>then the program will search in training data (for <i>n</i> seconds) to find similar images: <a href='https://medium.com/@mygreatlearning/rmse-what-does-it-mean-2d446c0b1d0e'>RMSE</a>, lower is more similar</p>" +
225
  "<p><a href='https://nathanreitinger.umiacs.io'>@nathanReitinger</a></p>"
226
  )
227