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