Nymbo commited on
Commit
0536136
1 Parent(s): 510fe6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ demo = gr.Interface(
130
  type="pil",
131
  show_download_button=True,
132
  ), #[gr.Image(type="pil", label="Ouput", min_width=500)],
133
- title=title
134
  examples=examples,
135
  css=css,
136
  theme="Nymbo/Alyx_Theme"
 
130
  type="pil",
131
  show_download_button=True,
132
  ), #[gr.Image(type="pil", label="Ouput", min_width=500)],
133
+ title=title,
134
  examples=examples,
135
  css=css,
136
  theme="Nymbo/Alyx_Theme"