horsey-defy commited on
Commit
c9430f9
·
1 Parent(s): 73e7987

Removed json.dumps()

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,7 +77,7 @@ class RenderNet:
77
  'replicantV30_v30.safetensors [cf65f48ecf]'
78
  ]
79
 
80
- return json.dumps(response)
81
 
82
  def list_samplers(self):
83
  response = [
@@ -87,7 +87,7 @@ class RenderNet:
87
  'Euler a',
88
  'DPM++ 2M SDE Karras'
89
  ]
90
- return json.dumps(response)
91
 
92
  def _post(self, url, params):
93
  headers = {
 
77
  'replicantV30_v30.safetensors [cf65f48ecf]'
78
  ]
79
 
80
+ return response
81
 
82
  def list_samplers(self):
83
  response = [
 
87
  'Euler a',
88
  'DPM++ 2M SDE Karras'
89
  ]
90
+ return response
91
 
92
  def _post(self, url, params):
93
  headers = {