Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Gradio-Blocks
/
Codex_OpenAI
like
57
Runtime error
App
Files
Files
Community
7
Xhaheen
commited on
May 28, 2022
Commit
10e4b31
•
1 Parent(s):
c5b1efe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,7 +3,7 @@ import numpy as np
3
4
import gradio as gr
5
6
-
openai.api_key = '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'
7
engine="code-davinci-002"
8
9
3
4
import gradio as gr
5
6
+
7
engine="code-davinci-002"
8
9