Spaces:
Runtime error
Runtime error
Commit
·
ab3c64e
1
Parent(s):
9a8b9b6
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
131 |
Use this tool to expand your patent claim into a description. You can also use this tool to generate abstracts and give you ideas about the benefit of an invention by changing the settings in the dropdown menu.
|
132 |
|
133 |
""")
|
134 |
-
Task = gr.Dropdown(["Generate Description", "Generate Abstract", "Benefits of the invention"], label='Choose Generation Type Here)
|
135 |
with gr.Row(scale=1, min_width=600):
|
136 |
|
137 |
text1 = gr.Textbox(label="Input",
|
|
|
131 |
Use this tool to expand your patent claim into a description. You can also use this tool to generate abstracts and give you ideas about the benefit of an invention by changing the settings in the dropdown menu.
|
132 |
|
133 |
""")
|
134 |
+
Task = gr.Dropdown(["Generate Description", "Generate Abstract", "Benefits of the invention"], label='Choose Generation Type Here')
|
135 |
with gr.Row(scale=1, min_width=600):
|
136 |
|
137 |
text1 = gr.Textbox(label="Input",
|