tommy24 commited on
Commit
77b1616
·
1 Parent(s): 31b9ad5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"] = os.environ.get("tk")
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")