ZennyKenny commited on
Commit
246f1b5
·
verified ·
1 Parent(s): 96a2d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,7 +74,7 @@ examples = [
74
  "a sword fight in a medieval village"
75
  ]
76
 
77
- with gr.Blocks() as natalie_diffusion:
78
  with gr.Row():
79
  with gr.Column(scale=1, elem_id="left-column"):
80
  gr.Markdown("""
@@ -134,4 +134,4 @@ Generate images in the surreal style of artist [Natalie Kav](https://www.behance
134
  )
135
 
136
  if __name__ == "__main__":
137
- natalie_diffusion.launch(css="style.css")
 
74
  "a sword fight in a medieval village"
75
  ]
76
 
77
+ with gr.Blocks(css="style.css") as natalie_diffusion:
78
  with gr.Row():
79
  with gr.Column(scale=1, elem_id="left-column"):
80
  gr.Markdown("""
 
134
  )
135
 
136
  if __name__ == "__main__":
137
+ natalie_diffusion.launch()