Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,4 +110,4 @@ with gr.Blocks() as demo:
|
|
| 110 |
#btn.click(generate_topics, [openai_api_key, embedding_url, extra_prompt, count, repeat], [topics_output])
|
| 111 |
# btn2.click(chat.generateScripts, [], [chatbot])
|
| 112 |
|
| 113 |
-
demo.launch(
|
|
|
|
| 110 |
#btn.click(generate_topics, [openai_api_key, embedding_url, extra_prompt, count, repeat], [topics_output])
|
| 111 |
# btn2.click(chat.generateScripts, [], [chatbot])
|
| 112 |
|
| 113 |
+
demo.launch()
|