Jonny001 commited on
Commit
a67ef29
·
verified ·
1 Parent(s): cdb416f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -72,6 +72,7 @@ with app:
72
  inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="Apply Face Enhancer")],
73
  outputs="image",
74
  description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding. ( Apply Face Enhancer to get better result. )",
 
75
  )
76
 
77
- app.launch(theme="Nymbo/Nymbo_Theme")
 
72
  inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="Apply Face Enhancer")],
73
  outputs="image",
74
  description="Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding. ( Apply Face Enhancer to get better result. )",
75
+ theme="Nymbo/Nymbo_Theme"
76
  )
77
 
78
+ app.launch