Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ top_k = gr.Slider(value=50, minimum=1, maximum=100, step=1, label="Top K", info=
|
|
64 |
seed = gr.Slider(value=42, minimum=0, maximum=2**32-1, step=1, label="Seed", info="A starting point to initiate the generation process, put 0 for a random one")
|
65 |
|
66 |
examples = [
|
67 |
-
["Futuristic cityscape at twilight descent.",
|
68 |
]
|
69 |
|
70 |
gr.Interface(
|
|
|
64 |
seed = gr.Slider(value=42, minimum=0, maximum=2**32-1, step=1, label="Seed", info="A starting point to initiate the generation process, put 0 for a random one")
|
65 |
|
66 |
examples = [
|
67 |
+
["Futuristic cityscape at twilight descent.", 128, 2.5, 0.5, "fp16", 0.9, 50, 42]
|
68 |
]
|
69 |
|
70 |
gr.Interface(
|