Spaces:
Runtime error
Runtime error
Commit
·
ac57ec9
1
Parent(s):
f4aeb61
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,6 +99,6 @@ with demo:
|
|
| 99 |
|
| 100 |
with gr.Row():
|
| 101 |
gr.Markdown("")
|
| 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("")
|
| 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)
|