Spaces:
Sleeping
Sleeping
pedromsfaria
commited on
Commit
•
f70a455
1
Parent(s):
ae59917
funciona_gradio
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
import openai
|
3 |
import gradio as gr
|
4 |
|
|
|
5 |
#if you have OpenAI API key as an environment variable, enable the below
|
6 |
#openai.api_key = os.getenv("OPENAI_API_KEY")
|
7 |
|
|
|
2 |
import openai
|
3 |
import gradio as gr
|
4 |
|
5 |
+
|
6 |
#if you have OpenAI API key as an environment variable, enable the below
|
7 |
#openai.api_key = os.getenv("OPENAI_API_KEY")
|
8 |
|