Ahsen Khaliq commited on
Commit
8e4c293
1 Parent(s): 2900a9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ examples = [
10
  ["Microsoft Corporation intends to officially end free support for the Windows 7 operating system after January 14, 2020, according to the official portal of the organization. From that day, users of this system will not be able to receive security updates, which could make their computers vulnerable to cyber attacks."]
11
  ]
12
 
13
- gr.Interface.load("huggingface/microsoft/xprophetnet-large-wiki100-cased-xglue-ntg",title=title,description=description,article=article, examples=examples).launch(enable_queue=True)
10
  ["Microsoft Corporation intends to officially end free support for the Windows 7 operating system after January 14, 2020, according to the official portal of the organization. From that day, users of this system will not be able to receive security updates, which could make their computers vulnerable to cyber attacks."]
11
  ]
12
 
13
+ gr.Interface.load("huggingface/microsoft/xprophetnet-large-wiki100-cased-xglue-ntg",inputs=gr.inputs.Textbox(lines=5, label="Input Text"),title=title,description=description,article=article, examples=examples).launch(enable_queue=True)