khaled06 commited on
Commit
8912ed0
1 Parent(s): 84e171f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,5 +73,5 @@ qa_Interface = gr.Interface(
73
  # Combine both interfaces into a tabbed interface
74
  apps_interface = gr.TabbedInterface([summarization_Interface, qa_Interface], tab_names=["Summarization", "Question Answering"])
75
 
76
- # Launch the app
77
  apps_interface.launch()
 
73
  # Combine both interfaces into a tabbed interface
74
  apps_interface = gr.TabbedInterface([summarization_Interface, qa_Interface], tab_names=["Summarization", "Question Answering"])
75
 
76
+
77
  apps_interface.launch()