wjs0725 commited on
Commit
08b018a
1 Parent(s): f279f58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -187,7 +187,10 @@ def create_demo(model_name: str, device: str = "cuda:0" if torch.cuda.is_availab
187
  If our work is helpful, please help to ⭐ the <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'>Github Repo</a>. Thanks!
188
  [![GitHub Stars](https://img.shields.io/github/stars/wangjiangshan0725/RF-Solver-Edit?style=social)](https://github.com/wangjiangshan0725/RF-Solver-Edit)
189
  """
190
- with gr.Blocks() as demo:
 
 
 
191
  # gr.Markdown(f"# Official Demo for Taming Rectified Flow for Inversion and Editing")
192
 
193
  gr.Markdown(title)
 
187
  If our work is helpful, please help to ⭐ the <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'>Github Repo</a>. Thanks!
188
  [![GitHub Stars](https://img.shields.io/github/stars/wangjiangshan0725/RF-Solver-Edit?style=social)](https://github.com/wangjiangshan0725/RF-Solver-Edit)
189
  """
190
+ css = '''
191
+ .gradio-container {width: 85% !important}
192
+ '''
193
+ with gr.Blocks(css=css) as demo:
194
  # gr.Markdown(f"# Official Demo for Taming Rectified Flow for Inversion and Editing")
195
 
196
  gr.Markdown(title)