mgokg commited on
Commit
ecd5b62
·
verified ·
1 Parent(s): be603e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
149
  result = qwen_client.predict(
150
  query=f"return a valid json objects with contact details foreach verein. return the generated json only \n {contact_details}",
151
  history=[],
152
- 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. reverse all email adresses. example: reverse ed.nesuahsgnitle-vs@dnatsrov to [email protected]. remove all dashes from vereinsname",
153
  api_name="/model_chat"
154
  )
155
 
 
149
  result = qwen_client.predict(
150
  query=f"return a valid json objects with contact details foreach verein. return the generated json only \n {contact_details}",
151
  history=[],
152
+ 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. reverse all email adresses. example: reverse ed.nesuahsgnitle-vs@dnatsrov to [email protected]. replace all dashes from vereinsname with a whitespace",
153
  api_name="/model_chat"
154
  )
155