Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ if __name__ == "__main__":
|
|
| 143 |
inputs=[
|
| 144 |
asde_input_sentence,
|
| 145 |
asde_dataset_ids,
|
| 146 |
-
asde_model_ids
|
| 147 |
gr.Text("ASDE", visible=False),
|
| 148 |
],
|
| 149 |
outputs=[
|
|
|
|
| 143 |
inputs=[
|
| 144 |
asde_input_sentence,
|
| 145 |
asde_dataset_ids,
|
| 146 |
+
asde_model_ids,
|
| 147 |
gr.Text("ASDE", visible=False),
|
| 148 |
],
|
| 149 |
outputs=[
|