Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ else:
|
|
17 |
pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype)
|
18 |
pipe = pipe.to(device)
|
19 |
|
20 |
-
MAX_SEED =
|
21 |
-
MAX_IMAGE_SIZE =
|
22 |
|
23 |
|
24 |
|
@@ -67,7 +67,7 @@ css = """
|
|
67 |
|
68 |
with gr.Blocks(css=css) as demo:
|
69 |
with gr.Column(elem_id="col-container"):
|
70 |
-
gr.Markdown(" # ߙߛߕ-ߊ - ϕ - |θ_θ| - ϕ -
|
71 |
|
72 |
with gr.Row():
|
73 |
prompt = gr.Text(
|
|
|
17 |
pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype)
|
18 |
pipe = pipe.to(device)
|
19 |
|
20 |
+
MAX_SEED = 666
|
21 |
+
MAX_IMAGE_SIZE = 720
|
22 |
|
23 |
|
24 |
|
|
|
67 |
|
68 |
with gr.Blocks(css=css) as demo:
|
69 |
with gr.Column(elem_id="col-container"):
|
70 |
+
gr.Markdown(" # ߙߛߕ-ߊ - ϕ - |θ_θ| - ϕ - ")
|
71 |
|
72 |
with gr.Row():
|
73 |
prompt = gr.Text(
|