Abubakar Abid commited on
Commit
7ebc140
1 Parent(s): 65c5bd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ examples = [
16
  ["Microsoft", "GitHub", "hosting for version control"]
17
  ]
18
 
19
- gr.Interface(generate_text, [Textbox(label="Acquiring company"), Textbox(label="Startup"), Textbox(label="Type of startup (optional)")], "textbox", examples=examples, description="Provide the names of any 2 companies, and a state-of-the-art machine learning language model (GPT-J) will write about their acquisition.").launch()
16
  ["Microsoft", "GitHub", "hosting for version control"]
17
  ]
18
 
19
+ gr.Interface(generate_text, [Textbox(label="Acquiring company"), Textbox(label="Startup"), Textbox(label="Type of startup (optional)")], "textbox", examples=examples, description="Acquisition Post Generator: provide the names of any 2 companies, and a state-of-the-art machine learning language model (GPT-J) will write about their acquisition.", theme="default").launch()