Commit
·
d7c5eb2
1
Parent(s):
46d470e
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ if __name__ == "__main__":
|
|
| 71 |
|
| 72 |
demo = gr.Interface(
|
| 73 |
fn=run_inference,
|
| 74 |
-
title="Text
|
| 75 |
inputs=[
|
| 76 |
gr.Dropdown(
|
| 77 |
models,
|
|
|
|
| 71 |
|
| 72 |
demo = gr.Interface(
|
| 73 |
fn=run_inference,
|
| 74 |
+
title="Text+chem-T5 model",
|
| 75 |
inputs=[
|
| 76 |
gr.Dropdown(
|
| 77 |
models,
|