Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ import gradio as gr
|
|
7 |
|
8 |
|
9 |
|
10 |
-
def para1(
|
11 |
-
|
12 |
sf = Styleformer(style=2)
|
13 |
sentance1 = list(source_sentences.split("."))
|
14 |
output_sentance = []
|
|
|
7 |
|
8 |
|
9 |
|
10 |
+
def para1(source_sentences):
|
11 |
+
choices = "Active to passive",
|
12 |
sf = Styleformer(style=2)
|
13 |
sentance1 = list(source_sentences.split("."))
|
14 |
output_sentance = []
|