bhaskartripathi commited on
Commit
c63b1d2
1 Parent(s): f9b93af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ def generate_plantuml(api_key, text):
13
  {"role": "user", "content": text},
14
  ],
15
  )
 
16
  return response["messages"][-1]["content"]
17
 
18
  iface = gr.Interface(
 
13
  {"role": "user", "content": text},
14
  ],
15
  )
16
+ print(response)
17
  return response["messages"][-1]["content"]
18
 
19
  iface = gr.Interface(