Spaces:
aiqcamp
/
Running on Zero

aiqcamp commited on
Commit
fa1ac36
1 Parent(s): 9b85a19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ footer {
215
 
216
 
217
  def app_gradio():
218
- with gr.Blocks(title="Fashion Outfit", theme="Nymbo/Nymbo_Theme", css=css) as demo:
219
 
220
  with gr.Row():
221
  with gr.Column(scale=1, min_width=350):
 
215
 
216
 
217
  def app_gradio():
218
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
219
 
220
  with gr.Row():
221
  with gr.Column(scale=1, min_width=350):