Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,7 @@ def text_extract(file):
|
|
44 |
result="hi"
|
45 |
|
46 |
|
47 |
-
return
|
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")
|