SunderAli17 commited on
Commit
111de05
·
verified ·
1 Parent(s): 4fbfe71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -54,7 +54,7 @@ if torch.cuda.is_available():
54
  if ENABLE_REFINER:
55
  refiner.unet = torch.compile(refiner.unet, mode="reduce_overhead", fullgraph=True)
56
 
57
- @spaces.GPU
58
  @spaces.GPU
59
  def infer(
60
  prompt: str,
@@ -198,11 +198,10 @@ theme = gr.themes.Glass(
198
 
199
  with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
200
 
201
- with gr.Column(elem_id="col-container"):
202
- gr.Markdown(MARKDOWN)
203
- gr.DuplicateButton()
204
 
205
- with gr.Group():
206
  prompt = gr.Text(
207
  label="Prompt",
208
  show_label=False,
 
54
  if ENABLE_REFINER:
55
  refiner.unet = torch.compile(refiner.unet, mode="reduce_overhead", fullgraph=True)
56
 
57
+
58
  @spaces.GPU
59
  def infer(
60
  prompt: str,
 
198
 
199
  with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
200
 
201
+ gr.Markdown(MARKDOWN)
202
+ gr.DuplicateButton()
 
203
 
204
+ with gr.Group():
205
  prompt = gr.Text(
206
  label="Prompt",
207
  show_label=False,