Spaces:
Running
Running
Update app.py
Browse files
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 |
|