BadriNarayanan commited on
Commit
40b77de
1 Parent(s): abb986e

Removed Unwanted Stuffs

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -382,8 +382,6 @@ with gr.Blocks(theme=custom_theme, css=custom_css) as app:
382
  """
383
  )
384
 
385
- <<<<<<< HEAD
386
- =======
387
  # Text input for the prompt
388
  gen_text_input_emotional = gr.Textbox(label="Text to Generate", lines=10)
389
 
@@ -544,7 +542,5 @@ def main(port, host, share, api):
544
  server_name=host, server_port=port, share=share, show_api=api
545
  )
546
 
547
-
548
- >>>>>>> 3c3b34b0ce3a85c2e202414d6764288cad249a97
549
  if __name__ == "__main__":
550
  app.launch(share=True)
 
382
  """
383
  )
384
 
 
 
385
  # Text input for the prompt
386
  gen_text_input_emotional = gr.Textbox(label="Text to Generate", lines=10)
387
 
 
542
  server_name=host, server_port=port, share=share, show_api=api
543
  )
544
 
 
 
545
  if __name__ == "__main__":
546
  app.launch(share=True)