Spaces:
Runtime error
Runtime error
johnowhitaker
commited on
Commit
•
f4aeb61
1
Parent(s):
fcd19a0
Update app.py
Browse files
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.")
|
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. Caution: the model sometimes 'copies' training data - don't take this project too seriously please :)")
|
103 |
|
104 |
demo.launch(enable_queue=True)
|