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