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