THEODOROS commited on
Commit
66f4354
·
1 Parent(s): cbf6dfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ iface = gr.Interface(fn=prompt_to_layout, inputs=[textbox, creative_slider],
217
  <li> <strong>location</strong>: "a house with a bedroom in the north east side"</li>
218
  </ul>
219
  <p>You can also create a mutation of the generated layout by enabling the 'Mutate' option.</p>
220
- <p> Made by: <a href='https://www.linkedin.com/in/theodorosgalanos/'>Theodoros </a> <a href='https://twitter.com/TheodoreGalanos'> Galanos</a> and <a href='https://twitter.com/tylerlastovich'>Tyler Lastovich</a>, using a finetuned <a href='https://huggingface.co/EleutherAI/gpt-neo-125M'> GPT-Neo</a> model. </p>
221
  </div>''')
222
 
223
  iface.launch()
 
217
  <li> <strong>location</strong>: "a house with a bedroom in the north east side"</li>
218
  </ul>
219
  <p>You can also create a mutation of the generated layout by enabling the 'Mutate' option.</p>
220
+ <p> Made by: <a href='https://www.linkedin.com/in/theodorosgalanos/'>Theodoros </a> <a href='https://twitter.com/TheodoreGalanos'> Galanos</a> and <a href='https://twitter.com/tylerlastovich'>Tyler Lastovich</a>, using a finetuned <a href='https://github.com/kingoflolz/mesh-transformer-jax'> GPT-J</a> model. </p>
221
  </div>''')
222
 
223
  iface.launch()