ngebodh commited on
Commit
4a7008f
·
verified ·
1 Parent(s): 7a9ecd1

Small edit

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -10,21 +10,21 @@ import sys
10
  from dotenv import load_dotenv, dotenv_values
11
  load_dotenv()
12
 
13
- #===========================================
14
- updates = '''
15
- Updates
16
- + 04/20/2025
17
- - Changed the inference from HF b/c
18
- API calls are not very limted.
19
- - Added API call limiting to allow for demoing
20
- - Added support for adding your own API token.
21
-
22
- + 04/16/2025
23
- - Changed the inference points on HF b/c
24
- older points no longer supported.
25
 
26
- '''
27
- #-------------------------------------------
28
 
29
 
30
 
 
10
  from dotenv import load_dotenv, dotenv_values
11
  load_dotenv()
12
 
13
+ # #===========================================
14
+ # updates = '''
15
+ # Updates
16
+ # + 04/20/2025
17
+ # - Changed the inference from HF b/c
18
+ # API calls are not very limted.
19
+ # - Added API call limiting to allow for demoing
20
+ # - Added support for adding your own API token.
21
+
22
+ # + 04/16/2025
23
+ # - Changed the inference points on HF b/c
24
+ # older points no longer supported.
25
 
26
+ # '''
27
+ # #-------------------------------------------
28
 
29
 
30