sadgaj commited on
Commit
0930514
·
1 Parent(s): c6bc8a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,5 +108,5 @@ examples = [
108
 
109
 
110
 
111
- iface = gr.Interface(fn=greet, inputs="text", outputs="dataframe", title="Molecular Language Model as Multi-task Generator",examples=examples)
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()