mgokg commited on
Commit
e866bfb
·
verified ·
1 Parent(s): cc1e631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -147,6 +147,7 @@ with gr.Blocks() as demo:
147
  system="you are a expert for json data and your job is to extract information from text and return a valid json object only. no text no explanations",
148
  api_name="/model_chat"
149
  )
 
150
  return result
151
  # return contact_details
152
 
 
147
  system="you are a expert for json data and your job is to extract information from text and return a valid json object only. no text no explanations",
148
  api_name="/model_chat"
149
  )
150
+ result=gr.Markdown()
151
  return result
152
  # return contact_details
153