jaimin commited on
Commit
1e55422
·
1 Parent(s): 1c37463

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ import gradio as gr
7
 
8
 
9
 
10
- def para1(choices = "Active to passive", source_sentences):
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 = []