Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import os
|
|
| 2 |
import openai
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
-
|
| 6 |
#if you have OpenAI API key as a string, enable the below
|
| 7 |
openai.api_key = os.getenv("key")
|
| 8 |
|
|
|
|
| 2 |
import openai
|
| 3 |
import gradio as gr
|
| 4 |
|
|
|
|
| 5 |
#if you have OpenAI API key as a string, enable the below
|
| 6 |
openai.api_key = os.getenv("key")
|
| 7 |
|