Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -185,8 +185,5 @@ with gr.Blocks() as demo:
|
|
185 |
startWebsockets.click(start_websockets, inputs=websocketPort, outputs=port)
|
186 |
Bot1.click(askQuestion, inputs=client_msg, outputs=server_msg)
|
187 |
|
188 |
-
with gr.TabItem("FalconChat", elem_id="falconchat", id=1):
|
189 |
-
gr.load("HuggingFaceH4/starchat-playground", src="spaces")
|
190 |
-
|
191 |
demo.queue()
|
192 |
demo.launch()
|
|
|
185 |
startWebsockets.click(start_websockets, inputs=websocketPort, outputs=port)
|
186 |
Bot1.click(askQuestion, inputs=client_msg, outputs=server_msg)
|
187 |
|
|
|
|
|
|
|
188 |
demo.queue()
|
189 |
demo.launch()
|