fix
Browse files
app.py
CHANGED
@@ -45,5 +45,5 @@ def greet(input, task, lang):
|
|
45 |
|
46 |
return decoded_output
|
47 |
|
48 |
-
iface = gr.Interface(fn=greet, inputs=[gr.inputs.Dropdown(
|
49 |
iface.launch()
|
|
|
45 |
|
46 |
return decoded_output
|
47 |
|
48 |
+
iface = gr.Interface(fn=greet, inputs=["text", gr.inputs.Dropdown(["IndicWikiBio", "IndicHeadlineGeneration", "IndicParaprasing", "IndicSentenceSummarization", "IndicQuestionGeneration"]), gr.inputs.Dropdown(["as","bn", "gu", "hi", "kn", "ml", "mr", "or", "pa", "ta", "te"])], outputs="text")
|
49 |
iface.launch()
|