sadgaj commited on
Commit
ca99519
·
1 Parent(s): d93a43e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ def greet(name):
35
 
36
 
37
 
38
- iface = gr.Interface(fn=greet, inputs="text", outputs="images", title="Molecular Language Model as Multi-task Generator",
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()