x0-0x commited on
Commit
d33cd13
·
verified ·
1 Parent(s): 136eb8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 = 66
21
- MAX_IMAGE_SIZE = 666
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(