chatbytes commited on
Commit
2da261e
·
verified ·
1 Parent(s): 6fed879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -44,8 +44,7 @@ def text_extract(file):
44
  result="hi"
45
 
46
 
47
- return result['result']
48
-
49
 
50
  with gr.Blocks() as demo:
51
  gr.Markdown("# Chat with ChatGPT-like Interface")
 
44
  result="hi"
45
 
46
 
47
+ return 'result'
 
48
 
49
  with gr.Blocks() as demo:
50
  gr.Markdown("# Chat with ChatGPT-like Interface")