Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ seed = gr.Number(value=42, interactive=True, label="Seed", info="A starting poin
|
|
| 79 |
|
| 80 |
examples = [
|
| 81 |
[
|
| 82 |
-
|
| 83 |
"A storefront with 'Text to Image' written on it.",
|
| 84 |
"Expand the following prompt to add more detail:",
|
| 85 |
512,
|
|
|
|
| 79 |
|
| 80 |
examples = [
|
| 81 |
[
|
| 82 |
+
torch.float16,
|
| 83 |
"A storefront with 'Text to Image' written on it.",
|
| 84 |
"Expand the following prompt to add more detail:",
|
| 85 |
512,
|