mgokg commited on
Commit
9c44887
·
verified ·
1 Parent(s): 949d21c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -148,9 +148,9 @@ with gr.Blocks() as demo:
148
  api_name="/model_chat"
149
  )
150
  #result=gr.Markdown()
151
- dict_data = json.loads(result)
152
- #return result
153
- return dict_data
154
 
155
  with gr.Row():
156
  clearbutton = gr.Button("Clear")
 
148
  api_name="/model_chat"
149
  )
150
  #result=gr.Markdown()
151
+ #dict_data = json.loads(result)
152
+ return result
153
+ #return dict_data
154
 
155
  with gr.Row():
156
  clearbutton = gr.Button("Clear")