Yardenfren commited on
Commit
b465374
·
verified ·
1 Parent(s): 5db164b

Update app_inference.py

Browse files
Files changed (1) hide show
  1. app_inference.py +3 -7
app_inference.py CHANGED
@@ -51,7 +51,7 @@ SAMPLE_MODEL_IDS = [
51
  ]
52
  css = """
53
  .gradio-container {
54
- max-width: 1250px !important;
55
  }
56
 
57
  #title {
@@ -74,8 +74,8 @@ css = """
74
  }
75
 
76
  .gr-image {
77
- width: 512px;
78
- height: 512px;
79
  object-fit: contain;
80
  margin: auto;
81
  }
@@ -86,10 +86,6 @@ css = """
86
  }
87
 
88
  .lora-column {
89
- display: flex;
90
- flex-direction: column;
91
- align-items: center;
92
- justify-content: center;
93
  border: none;
94
  background: none;
95
  }
 
51
  ]
52
  css = """
53
  .gradio-container {
54
+ max-width: 900px !important;
55
  }
56
 
57
  #title {
 
74
  }
75
 
76
  .gr-image {
77
+ width: 256px;
78
+ height: 256px;
79
  object-fit: contain;
80
  margin: auto;
81
  }
 
86
  }
87
 
88
  .lora-column {
 
 
 
 
89
  border: none;
90
  background: none;
91
  }