Update app.py
Browse files
app.py
CHANGED
@@ -108,5 +108,5 @@ examples = [
|
|
108 |
|
109 |
|
110 |
|
111 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="
|
112 |
iface.launch()
|
|
|
108 |
|
109 |
|
110 |
|
111 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="numpy", title="Molecular Language Model as Multi-task Generator",examples=examples)
|
112 |
iface.launch()
|