Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def greet(name):
|
|
| 47 |
|
| 48 |
# Parse output
|
| 49 |
textofinal =processor.parse_response(response)
|
| 50 |
-
|
| 51 |
|
| 52 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 53 |
demo.launch()
|
|
|
|
| 47 |
|
| 48 |
# Parse output
|
| 49 |
textofinal =processor.parse_response(response)
|
| 50 |
+
return textofinal
|
| 51 |
|
| 52 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 53 |
demo.launch()
|