johnowhitaker commited on
Commit
c9d8858
1 Parent(s): 2e1bdf5

updated description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def update(preset, enhance, video_file):
120
  demo = gr.Blocks()
121
 
122
  with demo:
123
- gr.Markdown("Start typing below and then click **Run** to see the output. See [this report](https://wandb.ai/johnowhitaker/nca/reports/Fun-with-Neural-Cellular-Automata--VmlldzoyMDQ5Mjg0) for background on this project, or check out my [AI art course](https://github.com/johnowhitaker/aiaiart) for an in-depth lesson on Neural Cellular Automata like this.")
124
  with gr.Row():
125
  preset = gr.Dropdown(['Glowing Crystals', 'Rainbow Diamonds', 'Dark Diamonds', 'Dragon Scales'], label='Preset')
126
  enhance = gr.Checkbox(label='Rescale inputs (more extreme results)')
 
120
  demo = gr.Blocks()
121
 
122
  with demo:
123
+ gr.Markdown("Choose a preset below, upload a video and then click **Run** to see the output. Read [this report](https://wandb.ai/johnowhitaker/nca/reports/Fun-with-Neural-Cellular-Automata--VmlldzoyMDQ5Mjg0) for background on this project, or check out my [AI art course](https://github.com/johnowhitaker/aiaiart) for an in-depth lesson on Neural Cellular Automata like this.")
124
  with gr.Row():
125
  preset = gr.Dropdown(['Glowing Crystals', 'Rainbow Diamonds', 'Dark Diamonds', 'Dragon Scales'], label='Preset')
126
  enhance = gr.Checkbox(label='Rescale inputs (more extreme results)')