micas23 commited on
Commit
a9f105b
·
verified ·
1 Parent(s): 6793cfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def greet(name):
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()
 
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()