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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,8 +71,7 @@ with gr.Blocks() as demo:
71
 
72
  # Add the modified processing script code here
73
  with open("process_tweet_huggingface.py", "w") as f:
74
- f.write(#!/usr/bin/env python3
75
-
76
  import re
77
  import json
78
  import numpy as np
 
71
 
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