Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,4 @@ sandbox = gr.Interface.load(
|
|
41 |
api_key=API_KEY
|
42 |
)
|
43 |
|
44 |
-
logging.warning('model chosen = '+custom_model)
|
45 |
-
|
46 |
sandbox.queue(concurrency_count=20).launch()
|
|
|
41 |
api_key=API_KEY
|
42 |
)
|
43 |
|
|
|
|
|
44 |
sandbox.queue(concurrency_count=20).launch()
|