Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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()
|