fffiloni commited on
Commit
552e738
1 Parent(s): 1380f42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -68,7 +68,13 @@ def infer(lora_1_id, lora_1_sfts, lora_2_id, lora_2_sfts, prompt, negative_promp
68
 
69
  return image, seed
70
 
71
- with gr.Blocks() as demo:
 
 
 
 
 
 
72
  with gr.Column(elem_id="col-container"):
73
 
74
  title = gr.HTML(
 
68
 
69
  return image, seed
70
 
71
+ css="""
72
+ #col-container{
73
+ max-width: 720px;
74
+ }
75
+ """
76
+
77
+ with gr.Blocks(css=css) as demo:
78
  with gr.Column(elem_id="col-container"):
79
 
80
  title = gr.HTML(