Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ import urllib.request
|
|
95 |
def function(Textbox, Textbox2, Textbox3, Dropdown):
|
96 |
target = os.environ.get("target")
|
97 |
target2 = os.environ.get("target2")
|
98 |
-
os.environ["REPLICATE_API_TOKEN"]
|
99 |
# openai.api_key = target2
|
100 |
# openai.api_base = os.environ.get("base")
|
101 |
content = os.environ.get("content")
|
|
|
95 |
def function(Textbox, Textbox2, Textbox3, Dropdown):
|
96 |
target = os.environ.get("target")
|
97 |
target2 = os.environ.get("target2")
|
98 |
+
os.environ["REPLICATE_API_TOKEN"]
|
99 |
# openai.api_key = target2
|
100 |
# openai.api_base = os.environ.get("base")
|
101 |
content = os.environ.get("content")
|