Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def paraphrase_dummy(sentence: str, lang: str, count: str):
|
|
57 |
return {'result': []}
|
58 |
|
59 |
|
60 |
-
iface = gr.Interface(fn=
|
61 |
inputs=[
|
62 |
gr.inputs.Textbox(
|
63 |
lines=2, placeholder=None, label='Sentence'),
|
|
|
57 |
return {'result': []}
|
58 |
|
59 |
|
60 |
+
iface = gr.Interface(fn=paraphrase,
|
61 |
inputs=[
|
62 |
gr.inputs.Textbox(
|
63 |
lines=2, placeholder=None, label='Sentence'),
|