Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def get_output(text):
|
|
| 25 |
|
| 26 |
|
| 27 |
|
| 28 |
-
return
|
| 29 |
|
| 30 |
demo=gr.Interface(fn=get_output,inputs='text',outputs='text')
|
| 31 |
demo.launch()
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
|
| 28 |
+
return output
|
| 29 |
|
| 30 |
demo=gr.Interface(fn=get_output,inputs='text',outputs='text')
|
| 31 |
demo.launch()
|