Kiruthick18 commited on
Commit
947fb03
·
verified ·
1 Parent(s): 5af2fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1611,6 +1611,9 @@ with gr.Blocks(css="""
1611
  7. Download generated files as needed
1612
  """)
1613
 
 
 
 
1614
  # Launch the interface
1615
  if __name__ == "__main__":
1616
  demo.launch(share=False, debug=True)
 
1611
  7. Download generated files as needed
1612
  """)
1613
 
1614
+
1615
+
1616
+
1617
  # Launch the interface
1618
  if __name__ == "__main__":
1619
  demo.launch(share=False, debug=True)