calibr234 commited on
Commit
bd0b092
·
verified ·
1 Parent(s): 1979845

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -72,6 +72,7 @@ with gr.Blocks() as demo:
72
  # Add the modified processing script code here
73
  with open("process_tweet_huggingface.py", "w") as f:
74
  f.write(
 
75
  import re
76
  import json
77
  import numpy as np
 
72
  # Add the modified processing script code here
73
  with open("process_tweet_huggingface.py", "w") as f:
74
  f.write(
75
+ import os
76
  import re
77
  import json
78
  import numpy as np