Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -65,4 +65,7 @@ with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-
|
|
65 |
|
66 |
|
67 |
with gr.Row(elem_id = "input-message"):
|
68 |
-
textbox=gr.Textbox(placeholder="Ask me anything here!",show_label=False,scale=7,lines = 1,interactive = True,elem_id="input-textbox")
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
with gr.Row(elem_id = "input-message"):
|
68 |
+
textbox=gr.Textbox(placeholder="Ask me anything here!",show_label=False,scale=7,lines = 1,interactive = True,elem_id="input-textbox")
|
69 |
+
demo.queue()
|
70 |
+
|
71 |
+
demo.launch()
|