nkanungo commited on
Commit
bbc32e8
1 Parent(s): fc189d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,6 +43,6 @@ with gr.Blocks() as interface:
43
  with gr.Row():
44
  gr.Examples(examples=get_examples(), inputs=inputs, outputs=outputs, fn=generate_art, cache_examples=True)
45
 
46
-
47
  if __name__ == "__main__":
48
  interface.launch(enable_queue=True)
 
43
  with gr.Row():
44
  gr.Examples(examples=get_examples(), inputs=inputs, outputs=outputs, fn=generate_art, cache_examples=True)
45
 
46
+ #
47
  if __name__ == "__main__":
48
  interface.launch(enable_queue=True)