apruvd commited on
Commit
971bc80
·
1 Parent(s): 99c91fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,6 +146,6 @@ text_prompts = gr.Interface(fn=keywords, inputs=["text","number","text"], output
146
 
147
 
148
  #gr.Series(speech_text,text_prompts).launch(auth = ('PWuser','speechtotextPW'), auth_message = "Welcome to Perkins&Will i/o's Synthesia Tool. Use cases: Ideation/Brainstorming tool - Have it running in the background in a conference, brainstorming session, discussion to create contextually relevant visualizations for moodboarding, to spark more conversations, interactions and inspiration. | Aprameya Pandit | February 2023 | ",inline = False, enable_queue=True).queue()
149
- gr.Series(speech_text,text_prompts).launch(share = True, debug = True, enable_queue=True).queue()
150
 
151
 
 
146
 
147
 
148
  #gr.Series(speech_text,text_prompts).launch(auth = ('PWuser','speechtotextPW'), auth_message = "Welcome to Perkins&Will i/o's Synthesia Tool. Use cases: Ideation/Brainstorming tool - Have it running in the background in a conference, brainstorming session, discussion to create contextually relevant visualizations for moodboarding, to spark more conversations, interactions and inspiration. | Aprameya Pandit | February 2023 | ",inline = False, enable_queue=True).queue()
149
+ gr.Series(speech_text,text_prompts).launch( enable_queue=True).queue()
150
 
151