LEIDIA commited on
Commit
430f6b9
Β·
verified Β·
1 Parent(s): 18c522a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ css = """
109
  """
110
 
111
  # Interface Gradio
112
- with gr.Blocks() as demo:
113
- with gr.Column(elem_id="col-container"):
114
  gr.Markdown("## Text-to-Image Optimized for CPU")
115
 
116
  with gr.Row():
 
109
  """
110
 
111
  # Interface Gradio
112
+ with gr.Blocks() as demo:
113
+ with gr.Column(elem_id="col-container"):
114
  gr.Markdown("## Text-to-Image Optimized for CPU")
115
 
116
  with gr.Row():