Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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://
|
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()
|