Spaces:
Sleeping
Sleeping
Commit
·
c64606c
1
Parent(s):
e1acb50
Update app.py
Browse files
app.py
CHANGED
@@ -30,5 +30,5 @@ def predict_function(text):
|
|
30 |
|
31 |
title = "Tamil ATIS"
|
32 |
iface = gr.Interface(fn=predict_function, inputs="text", title=title,theme="huggingface",outputs=["text","text"])
|
33 |
-
iface.launch(
|
34 |
|
|
|
30 |
|
31 |
title = "Tamil ATIS"
|
32 |
iface = gr.Interface(fn=predict_function, inputs="text", title=title,theme="huggingface",outputs=["text","text"])
|
33 |
+
iface.launch()
|
34 |
|