Spaces:
Sleeping
Sleeping
Commit
·
11cdc54
1
Parent(s):
d21af55
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def predict_function(text):
|
|
29 |
|
30 |
|
31 |
title = "MultiTask Learning in Intent Detection and Slot Prediction for Tamil Conversational Dialogues using Multilingual Pretrained Models"
|
32 |
-
article="This is a demo for the MultiTask model trained on Tamil Translated conversations from ATIS dataset. The code can be found [here]
|
33 |
examples = ["ஹைதராபாத்தில் இருந்து உதய்பூர் செல்லும் விமானங்களைக் காட்டு", "எனக்கு டெல்லியில் இருந்து சென்னைக்கு விமானம் வேண்டும்"]
|
34 |
|
35 |
intent_output = gr.outputs.Textbox(type="auto",label="Intent")
|
|
|
29 |
|
30 |
|
31 |
title = "MultiTask Learning in Intent Detection and Slot Prediction for Tamil Conversational Dialogues using Multilingual Pretrained Models"
|
32 |
+
article="This is a demo for the MultiTask model trained on Tamil Translated conversations from ATIS dataset. The code can be found [here](https://github.com/seanbenhur/tamilatis). Made with ❤ by [Sean Benhur](https://www.linkedin.com/in/seanbenhur/)"
|
33 |
examples = ["ஹைதராபாத்தில் இருந்து உதய்பூர் செல்லும் விமானங்களைக் காட்டு", "எனக்கு டெல்லியில் இருந்து சென்னைக்கு விமானம் வேண்டும்"]
|
34 |
|
35 |
intent_output = gr.outputs.Textbox(type="auto",label="Intent")
|