Spaces:
Runtime error
Runtime error
Commit
·
69ea051
1
Parent(s):
c9794fb
remove API URL
Browse files
app.py
CHANGED
|
@@ -34,8 +34,6 @@ Options:
|
|
| 34 |
|
| 35 |
API_URL = os.getenv("API_URL")
|
| 36 |
|
| 37 |
-
print(API_URL)
|
| 38 |
-
|
| 39 |
examples = [
|
| 40 |
['To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
|
| 41 |
64, "sampling", False],
|
|
|
|
| 34 |
|
| 35 |
API_URL = os.getenv("API_URL")
|
| 36 |
|
|
|
|
|
|
|
| 37 |
examples = [
|
| 38 |
['To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:',
|
| 39 |
64, "sampling", False],
|