prithivMLmods commited on
Commit
91cbec2
1 Parent(s): 8960be8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -252,11 +252,13 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
252
  outputs=[result, seed],
253
  api_name="run",
254
  )
 
255
 
256
  gr.Markdown("**Disclaimer:**")
 
257
  gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
258
 
259
- gr.Markdown(DESCRIPTIONy)
260
  #gr.HTML(html_content)
261
  if __name__ == "__main__":
262
  demo.queue(max_size=40).launch()
 
252
  outputs=[result, seed],
253
  api_name="run",
254
  )
255
+ gr.Markdown(DESCRIPTIONy)
256
 
257
  gr.Markdown("**Disclaimer:**")
258
+
259
  gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
260
 
261
+
262
  #gr.HTML(html_content)
263
  if __name__ == "__main__":
264
  demo.queue(max_size=40).launch()