AlStable commited on
Commit
b332329
·
1 Parent(s): 3d254a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -50,5 +50,8 @@ sandbox = gr.Interface.load(
50
  article=article,
51
  api_key=API_KEY
52
  )
 
 
53
  logging.warning('model chosen = '+custom_model)
54
- sandbox.queue(concurrency_count=20).launch()
 
 
50
  article=article,
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()