lenkahamosova commited on
Commit
edebfde
·
1 Parent(s): 5081673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -57,7 +57,13 @@ iface = gr.Interface(
57
  outputs=["image"],
58
  title="TroublingGAN",
59
  description="Generate a random image from the TroublingGAN model",
60
- article="Read more about TroublingGAN at [http://hamosova.com/TroublingGAN](http://hamosova.com/TroublingGAN)",
 
 
 
 
 
 
61
  allow_flagging="never",
62
  )
63
  iface.launch()
 
57
  outputs=["image"],
58
  title="TroublingGAN",
59
  description="Generate a random image from the TroublingGAN model",
60
+ article="""
61
+ TroublingGAN is a critical generative artwork and artistic research project that experiments with the StyleGAN vector-image generative neural network. It experiments with alternative use of GANs as a tool for artistic research.
62
+
63
+ Read more about TroublingGAN at [http://hamosova.com/TroublingGAN](http://hamosova.com/TroublingGAN)
64
+
65
+ _This research was created at the Academy of Performing Arts in Prague as part of the project "Extending the creative tools of Machine Learning and Artificial Intelligence - Experimental Tools in Artistic Practice" supported by the Ministry of Education and Science for specific university research at the Academy of Performing Arts in Prague in 2021._
66
+ """,
67
  allow_flagging="never",
68
  )
69
  iface.launch()