osanseviero HF staff commited on
Commit
376d2d4
1 Parent(s): b16b8a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ Options:
17
  - greedy: accurate completions (may be more boring or have repetitions)
18
  """
19
 
20
- API_URL = "https://hfbloom.ngrok.io/generate"
21
 
22
  examples = [
23
  ['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:', 32, "Sample", False, "Sample 1"],
 
17
  - greedy: accurate completions (may be more boring or have repetitions)
18
  """
19
 
20
+ API_URL = os.getenv("API_URL")
21
 
22
  examples = [
23
  ['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:', 32, "Sample", False, "Sample 1"],