ashawkey commited on
Commit
47d0083
1 Parent(s): 45c6145

gradio: center container

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -111,7 +111,7 @@ model = None
111
 
112
  # define UI
113
 
114
- with gr.Blocks(css=".gradio-container {max-width: 512px;}") as demo:
115
 
116
  # title
117
  gr.Markdown('[Stable-DreamFusion](https://github.com/ashawkey/stable-dreamfusion) Text-to-3D Example')
 
111
 
112
  # define UI
113
 
114
+ with gr.Blocks(css=".gradio-container {max-width: 512px; margin: auto;}") as demo:
115
 
116
  # title
117
  gr.Markdown('[Stable-DreamFusion](https://github.com/ashawkey/stable-dreamfusion) Text-to-3D Example')