Amitontheweb
commited on
Commit
•
97aefd6
1
Parent(s):
5fa20f6
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ output1 = gr.Textbox(label="Rephrased: Option 1")
|
|
35 |
output2 = gr.Textbox(label="Rephrased: Option 2")
|
36 |
output3 = gr.Textbox(label="Rephrased: Option 3")
|
37 |
|
38 |
-
input = gr.Textbox(lines
|
39 |
|
40 |
iface = gr.Interface(fn=paraphrase,
|
41 |
inputs=[input],
|
|
|
35 |
output2 = gr.Textbox(label="Rephrased: Option 2")
|
36 |
output3 = gr.Textbox(label="Rephrased: Option 3")
|
37 |
|
38 |
+
input = gr.Textbox(lines=10)
|
39 |
|
40 |
iface = gr.Interface(fn=paraphrase,
|
41 |
inputs=[input],
|