johnowhitaker commited on
Commit
ac57ec9
1 Parent(s): f4aeb61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,6 +99,6 @@ with demo:
99
 
100
  with gr.Row():
101
  gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=whistlegen_v2_space)")
102
- gr.Markdown("This is currently using an early model. See the [report](https://wandb.ai/johnowhitaker/whistlegen_v2/reports/WhistleGen-v2--VmlldzoyMTAwNjAz) for training info and updates. Caution: the model sometimes 'copies' training data - don't take this project too seriously please :)")
103
 
104
  demo.launch(enable_queue=True)
 
99
 
100
  with gr.Row():
101
  gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=whistlegen_v2_space)")
102
+ gr.Markdown("This is currently using an early model. See the [report](https://wandb.ai/johnowhitaker/whistlegen_v2/reports/WhistleGen-v2--VmlldzoyMTAwNjAz) for training info and updates.")
103
 
104
  demo.launch(enable_queue=True)