Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ def t2seq(text,namn_model):
|
|
42 |
|
43 |
return str(out)
|
44 |
|
45 |
-
tab1 = gr.Interface(fn=
|
46 |
-
tab2 = gr.Interface(fn=
|
47 |
import gradio as gr
|
48 |
|
49 |
|
|
|
42 |
|
43 |
return str(out)
|
44 |
|
45 |
+
tab1 = gr.Interface(fn=t2t, inputs=["text",model_choices], outputs="text")
|
46 |
+
tab2 = gr.Interface(fn=t2seq, inputs=["text",model_choices], outputs="text")
|
47 |
import gradio as gr
|
48 |
|
49 |
|