prowriting commited on
Commit
3086943
·
verified ·
1 Parent(s): d08269b

Fix: Corrected typo in requirements.txt (gradio)

Browse files

- Fixed a typo in requirements.txt where "gradi o" caused build failure
- Corrected to "gradio" for proper installation
- Now the Space should build successfully and run the Gradio app

Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ transformers
2
+ torch
3
+ gradio