Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import torch
|
|
6 |
import spaces
|
7 |
import asyncio
|
8 |
|
9 |
-
description = """## Compare Creative Writing:
|
10 |
This is a demo of [Backtrack Sampler](https://github.com/Mihaiii/backtrack_sampler) using one of its algorithms named "Creative Writing Strategy".
|
11 |
<br />On the left you have the output of the standard sampling and on the write the output privided by Backtrack Sampler.
|
12 |
"""
|
|
|
6 |
import spaces
|
7 |
import asyncio
|
8 |
|
9 |
+
description = """## Compare Creative Writing: Standard Sampler vs. Backtrack Sampler with Creative Writing Strategy
|
10 |
This is a demo of [Backtrack Sampler](https://github.com/Mihaiii/backtrack_sampler) using one of its algorithms named "Creative Writing Strategy".
|
11 |
<br />On the left you have the output of the standard sampling and on the write the output privided by Backtrack Sampler.
|
12 |
"""
|