calibr234 commited on
Commit
ff12048
·
verified ·
1 Parent(s): cf4e040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +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
  Tweet Processing Script for Google Colab - Enhanced with NLP and Sentiment Analysis
77
  This version is optimized for Google Colab with GPU acceleration and Google Drive integration.
 
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
  Tweet Processing Script for Google Colab - Enhanced with NLP and Sentiment Analysis
77
  This version is optimized for Google Colab with GPU acceleration and Google Drive integration.