JOELDSL commited on
Commit
db74b87
·
1 Parent(s): a56dba2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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], ["Roberte Ger", "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"])