Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|