Update app.py
Browse files
app.py
CHANGED
@@ -35,6 +35,6 @@ def greet(name):
|
|
35 |
|
36 |
|
37 |
|
38 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="
|
39 |
)
|
40 |
iface.launch()
|
|
|
35 |
|
36 |
|
37 |
|
38 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="image", title="Molecular Language Model as Multi-task Generator",
|
39 |
)
|
40 |
iface.launch()
|