Spaces:
Runtime error
Runtime error
GenAI-Warrior
commited on
Commit
β’
38c88f7
1
Parent(s):
50003f4
Added (share = True ) to run on google colab
Browse files
app.py
CHANGED
@@ -128,4 +128,4 @@ with gr.Blocks(theme=gr.themes.Monochrome(
|
|
128 |
dropdown = gr.Dropdown(choices=prompts, label="Type your own or select a system prompt", value="You are a helpful AI.", allow_custom_value=True)
|
129 |
chatbot = gr.ChatInterface(fn=chat, additional_inputs=[dropdown])
|
130 |
|
131 |
-
demo.queue(api_open=False).launch(show_api=False)
|
|
|
128 |
dropdown = gr.Dropdown(choices=prompts, label="Type your own or select a system prompt", value="You are a helpful AI.", allow_custom_value=True)
|
129 |
chatbot = gr.ChatInterface(fn=chat, additional_inputs=[dropdown])
|
130 |
|
131 |
+
demo.queue(api_open=False).launch(show_api=False,share=True)
|