Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def greet(name):
|
|
| 23 |
|
| 24 |
examples = [
|
| 25 |
|
| 26 |
-
['[C][=C][C][=C][C][=C][Ring1][=Branch1]']
|
| 27 |
|
| 28 |
]
|
| 29 |
|
|
@@ -31,6 +31,6 @@ examples = [
|
|
| 31 |
|
| 32 |
|
| 33 |
|
| 34 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="text",
|
| 35 |
examples=examples, )
|
| 36 |
iface.launch()
|
|
|
|
| 23 |
|
| 24 |
examples = [
|
| 25 |
|
| 26 |
+
['[C][=C][C][=C][C][=C][Ring1][=Branch1]'],['[C]']
|
| 27 |
|
| 28 |
]
|
| 29 |
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
|
| 34 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="Molecular Language Model as Multi-task Generator",
|
| 35 |
examples=examples, )
|
| 36 |
iface.launch()
|