CannaTech commited on
Commit
a083e50
·
1 Parent(s): 3fa0f4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
  # Import the necessary libraries
 
2
  import os
3
  import openai
4
  import gradio as gr
@@ -13,7 +14,7 @@ from gradio import encryptor, utils
13
  from typing import TYPE_CHECKING, Any, List
14
  from gradio.documentation import document, set_documentation_group
15
  from gradio.components import IOComponent
16
- from __future__ import annotations
17
 
18
  # Set the OpenAI API key
19
  openai.api_key = os.getenv("OPENAI_API_KEY")
 
1
  # Import the necessary libraries
2
+ from __future__ import annotations
3
  import os
4
  import openai
5
  import gradio as gr
 
14
  from typing import TYPE_CHECKING, Any, List
15
  from gradio.documentation import document, set_documentation_group
16
  from gradio.components import IOComponent
17
+
18
 
19
  # Set the OpenAI API key
20
  openai.api_key = os.getenv("OPENAI_API_KEY")