AlStable commited on
Commit
7423a82
·
1 Parent(s): f25ca48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,6 +47,6 @@ sandbox = gr.Interface.load(
47
  api_key=API_KEY
48
  )
49
 
50
- sandbox.custom_model=sandbox.selectModel(inputs)
51
 
52
  sandbox.queue(concurrency_count=20).launch()
 
47
  api_key=API_KEY
48
  )
49
 
50
+ """sandbox.custom_model=sandbox.selectModel(inputs)"""
51
 
52
  sandbox.queue(concurrency_count=20).launch()