Spaces:
Running
Running
Update app.py
Browse files
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]",
|
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]. remove all dashes from vereinsname",
|
153 |
api_name="/model_chat"
|
154 |
)
|
155 |
|