ldhldh commited on
Commit
f8156e8
ยท
1 Parent(s): 768673e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def chat(x, id):
39
  )
40
  result = str(result)
41
 
42
- return output
43
 
44
  with gr.Blocks() as demo:
45
  count = 0
 
39
  )
40
  result = str(result)
41
 
42
+ return result
43
 
44
  with gr.Blocks() as demo:
45
  count = 0