Upload 2 files
Browse files- app.py +0 -0
- requirements.txt +5 -0
app.py
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
+
torch>=2.2.0
|
| 3 |
+
huggingface_hub>=0.24.0
|
| 4 |
+
datasets>=2.20.0
|
| 5 |
+
matplotlib>=3.8.0
|