Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|