mkdirjason commited on
Commit
34b4f9f
·
verified ·
1 Parent(s): 062e074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -5,6 +5,11 @@ import easyocr
5
  import pdfplumber
6
  import random
7
 
 
 
 
 
 
8
  #適用於Interface、Block
9
  title = "<h1>產生英文題目</h1>"
10
  description = """這是一個利用hugging face 產生英文題目的小專案"""
 
5
  import pdfplumber
6
  import random
7
 
8
+
9
+ import os
10
+ os.system("rm -rf /home/user/.cache/huggingface")
11
+
12
+
13
  #適用於Interface、Block
14
  title = "<h1>產生英文題目</h1>"
15
  description = """這是一個利用hugging face 產生英文題目的小專案"""