Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dylan-Kaneshiro
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dylan-Kaneshiro
commited on
Dec 16, 2023
Commit
e352433
·
1 Parent(s):
39fe6ad
revert
Browse files
Files changed (1)
hide
show
app.py
+0
-4
app.py
CHANGED
Viewed
@@ -1,9 +1,5 @@
1
import gradio as gr
2
3
-
import os
4
-
5
-
os.environ['OPENAI_API_KEY'] = os.getenv('API_KEY')
6
-
7
def greet(s):
8
return "Hello, " + s
9
1
import gradio as gr
2
3
def greet(s):
4
return "Hello, " + s
5