Spaces:
Sleeping
Sleeping
Yehor Smoliakov
commited on
Commit
·
fbeef0e
1
Parent(s):
af58cc7
Add other versions
Browse files
app.py
CHANGED
@@ -81,7 +81,9 @@ tech_env = f"""
|
|
81 |
tech_libraries = f"""
|
82 |
#### Libraries
|
83 |
|
|
|
84 |
- gradio: {version('gradio')}
|
|
|
85 |
""".strip()
|
86 |
|
87 |
|
|
|
81 |
tech_libraries = f"""
|
82 |
#### Libraries
|
83 |
|
84 |
+
- torch: {version('torch')}
|
85 |
- gradio: {version('gradio')}
|
86 |
+
- transformers: {version('transformers')}
|
87 |
""".strip()
|
88 |
|
89 |
|