Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ robertaGer = gr.Interface.load(
|
|
33 |
roberta = gr.Interface.load(
|
34 |
"huggingface/xlm-roberta-large", title=None, description=legal_text)
|
35 |
|
36 |
-
legalInterface = gr.TabbedInterface([robertaGer, roberta], ["
|
37 |
|
38 |
demo = gr.TabbedInterface([gptInterface, legalInterface ,qaInterface, summarizationInterface, simplicationInterface], [
|
39 |
"GPT", "Legal", "Question Answering", "Summarization", "Simplification"])
|
|
|
33 |
roberta = gr.Interface.load(
|
34 |
"huggingface/xlm-roberta-large", title=None, description=legal_text)
|
35 |
|
36 |
+
legalInterface = gr.TabbedInterface([robertaGer, roberta], ["Roberta German", "Roberta"])
|
37 |
|
38 |
demo = gr.TabbedInterface([gptInterface, legalInterface ,qaInterface, summarizationInterface, simplicationInterface], [
|
39 |
"GPT", "Legal", "Question Answering", "Summarization", "Simplification"])
|