NexAddo commited on
Commit
1057bfc
1 Parent(s): e4f691b

Update hackaprompt/gradio_app.py

Browse files
Files changed (1) hide show
  1. hackaprompt/gradio_app.py +1 -7
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=True)
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)