Spaces:
Runtime error
Runtime error
Update hackaprompt/gradio_app.py
Browse files
hackaprompt/gradio_app.py
CHANGED
|
@@ -367,10 +367,4 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 367 |
)
|
| 368 |
|
| 369 |
|
| 370 |
-
demo.queue(concurrency_count=8).launch(share=
|
| 371 |
-
|
| 372 |
-
# TODO
|
| 373 |
-
# Fix: TypeError: __init__() got an unexpected keyword argument 'openai_api_key'
|
| 374 |
-
# Check Mongo requirements if any
|
| 375 |
-
# API Key: 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
|
| 376 |
-
# Label levels with techniques instead of numbers
|
|
|
|
| 367 |
)
|
| 368 |
|
| 369 |
|
| 370 |
+
demo.queue(concurrency_count=8).launch(share=False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|