zenafey commited on
Commit
266f13d
1 Parent(s): f8efbfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,6 +51,7 @@ class Prodia:
51
  return response.json()
52
 
53
  def _post(self, url, params):
 
54
  headers = {
55
  **self.headers,
56
  "Content-Type": "application/json"
 
51
  return response.json()
52
 
53
  def _post(self, url, params):
54
+ print(params)
55
  headers = {
56
  **self.headers,
57
  "Content-Type": "application/json"