Pavan178 commited on
Commit
0c86355
·
verified ·
1 Parent(s): 6387af9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ chat_interface = gr.Interface(
81
  )
82
 
83
  # Combining the two interfaces in a tab layout
84
- gr.TabbedInterface([url_input_interface, chat_interface], ["URL Processor", "Chat Interface"]).launch(debug=True, share=True)
 
81
  )
82
 
83
  # Combining the two interfaces in a tab layout
84
+ gr.TabbedInterface([url_input_interface, chat_interface], ["URL Processor", "Chat Interface"]).launch(debug=True)