broadfield-dev commited on
Commit
b0a2643
·
verified ·
1 Parent(s): f191666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
23
  def get_payload(result):
24
  print(result)
25
  if result and result.get("status") == "Success":
26
- print(f"Returning: {result.get("status")}")
27
  return result.get("payload")
28
  return None
29
 
 
23
  def get_payload(result):
24
  print(result)
25
  if result and result.get("status") == "Success":
26
+ print(f"Returning: {result.get('status')}")
27
  return result.get("payload")
28
  return None
29