Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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 |
|