AlStable commited on
Commit
801270c
·
1 Parent(s): 43ab04d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ sandbox = gr.Interface.load(
51
  api_key=API_KEY
52
  )
53
 
54
- logging.warning('prompt => '+inputs)
55
  logging.warning('model chosen = '+custom_model)
56
 
57
  sandbox.queue(concurrency_count=20).launch()
 
51
  api_key=API_KEY
52
  )
53
 
54
+ logging.warning('prompt => '+sandbox.inputs)
55
  logging.warning('model chosen = '+custom_model)
56
 
57
  sandbox.queue(concurrency_count=20).launch()