aleneum commited on
Commit
408c42f
1 Parent(s): 0b8e35a

add git ignore remove cache and log

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ __pycache__
__pycache__/gr_app.cpython-310.pyc DELETED
Binary file (2.68 kB)
 
flagged/log.csv DELETED
@@ -1,3 +0,0 @@
1
- Zitat generieren für,Modus,output,flag,username,timestamp
2
- Christoph,Ausgeglichen,"""Das Böse ist eine Verirrung, ein Irrtum."" - Christoph",,,2023-12-01 22:36:37.119252
3
- ,Ausgeglichen,,,,2023-12-01 22:41:25.516168
 
 
 
 
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- streamlit
2
  ctransformers==0.2.27
3
- transformers==4.33.3
 
1
+ gradio
2
  ctransformers==0.2.27
3
+ transformers==4.33.3