Spaces:
Sleeping
Sleeping
add gr
Browse files
app.py
CHANGED
|
@@ -30,7 +30,8 @@ import mgr_biases as bmgr
|
|
| 30 |
# cookie manager
|
| 31 |
#import mgr_cookies as cookie_mgr
|
| 32 |
|
| 33 |
-
print(gr.__version__)
|
|
|
|
| 34 |
|
| 35 |
use_paper_sentences = False
|
| 36 |
G_TEST_SENTENCES = []
|
|
|
|
| 30 |
# cookie manager
|
| 31 |
#import mgr_cookies as cookie_mgr
|
| 32 |
|
| 33 |
+
print("gradio", gr.__version__)
|
| 34 |
+
print("hfh", huggingface_hub.__version__)
|
| 35 |
|
| 36 |
use_paper_sentences = False
|
| 37 |
G_TEST_SENTENCES = []
|