Lifeinhockey commited on
Commit
51f6d44
·
verified ·
1 Parent(s): 8e65022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -246,6 +246,7 @@ with gr.Blocks(css=css) as demo:
246
  outputs=[result],
247
  )
248
 
 
249
  if __name__ == "__main__":
250
  demo.launch()
251
 
 
246
  outputs=[result],
247
  )
248
 
249
+
250
  if __name__ == "__main__":
251
  demo.launch()
252