Srinivasulu kethanaboina commited on
Commit
47c15ca
·
verified ·
1 Parent(s): e40503c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- with gr.Blocks() as demo:
129
- # Add the chat interface only
130
- chat = gr.ChatInterface(chat_interface, css=css, clear_btn=None, undo_btn=None, retry_btn=None)
131
 
132
  # Launch the Gradio interface
133
- demo.launch()
 
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
+