Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ import gradio as gr
|
|
8 |
|
9 |
|
10 |
def para1(source_sentences):
|
11 |
-
choices = "
|
12 |
-
sf = Styleformer(style=
|
13 |
sentance1 = list(source_sentences.split("."))
|
14 |
output_sentance = []
|
15 |
for source_sentence in sentance1:
|
|
|
8 |
|
9 |
|
10 |
def para1(source_sentences):
|
11 |
+
choices = "Passive to active",
|
12 |
+
sf = Styleformer(style=3)
|
13 |
sentance1 = list(source_sentences.split("."))
|
14 |
output_sentance = []
|
15 |
for source_sentence in sentance1:
|