ErdemAtak commited on
Commit
2045ca3
·
verified ·
1 Parent(s): 3f90037

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,5 +254,5 @@ with gr.Blocks() as app:
254
  outputs=[prediction_output, style_info]
255
  )
256
 
257
- # Launch the app
258
  app.launch()
 
254
  outputs=[prediction_output, style_info]
255
  )
256
 
257
+ # Launch the application
258
  app.launch()