Spaces:
Runtime error
Runtime error
Commit
·
296e403
1
Parent(s):
5c04c8a
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import openai
|
| 3 |
-
openai.api_key = 'sk-
|
| 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 = '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'
|
| 4 |
|
| 5 |
def generate_text(prompt):
|
| 6 |
# Add custom text to the prompt
|