Spaces:
Runtime error
Runtime error
Commit ·
fb6b6cf
1
Parent(s): 4cd750f
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import openai
|
| 3 |
-
openai.api_key = '
|
| 4 |
|
| 5 |
def generate_text(prompt):
|
| 6 |
# Add custom text to the prompt
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import openai
|
| 3 |
+
openai.api_key = 'XXX'
|
| 4 |
|
| 5 |
def generate_text(prompt):
|
| 6 |
# Add custom text to the prompt
|