Spaces:
Runtime error
Runtime error
Abubakar Abid
commited on
Commit
•
7ebc140
1
Parent(s):
65c5bd1
Update app.py
Browse files
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="
|
|
|
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()
|