Spaces:
Runtime error
Runtime error
Srinivasulu kethanaboina
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -125,9 +125,8 @@ div.progress-text.svelte-z7cif2.meta-text {display: none;}
|
|
125 |
'''
|
126 |
|
127 |
# Use Gradio Blocks to wrap components
|
128 |
-
|
129 |
-
|
130 |
-
chat = gr.ChatInterface(chat_interface, css=css, clear_btn=None, undo_btn=None, retry_btn=None)
|
131 |
|
132 |
# Launch the Gradio interface
|
133 |
-
|
|
|
125 |
'''
|
126 |
|
127 |
# Use Gradio Blocks to wrap components
|
128 |
+
|
129 |
+
chat = gr.ChatInterface(chat_interface, css=css, clear_btn=None, undo_btn=None, retry_btn=None).launch()
|
|
|
130 |
|
131 |
# Launch the Gradio interface
|
132 |
+
|