Commit
·
afc65e5
1
Parent(s):
c092dcd
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def paraphrase(
|
|
45 |
|
46 |
return res1, res2, res3
|
47 |
|
48 |
-
output1 = gr.Textbox(label="Rephrased: Option 1"
|
49 |
output2 = gr.Textbox(label="Rephrased: Option 2")
|
50 |
output3 = gr.Textbox(label="Rephrased: Option 3")
|
51 |
|
|
|
45 |
|
46 |
return res1, res2, res3
|
47 |
|
48 |
+
output1 = gr.Textbox(label="Rephrased: Option 1")
|
49 |
output2 = gr.Textbox(label="Rephrased: Option 2")
|
50 |
output3 = gr.Textbox(label="Rephrased: Option 3")
|
51 |
|