shivanis14 commited on
Commit
e20db49
·
verified ·
1 Parent(s): 8820088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ from transformers import AutoProcessor, AutoModelForCausalLM
7
  from dotenv import load_dotenv
8
  from typing import Optional, List, Dict, Union
9
  import streamlit as st
 
10
 
11
  def download_instagram_reels(hashtag, num_reels=1, username="your_username", password="your_password"):
12
  # Remove previous downloads if they exist
 
7
  from dotenv import load_dotenv
8
  from typing import Optional, List, Dict, Union
9
  import streamlit as st
10
+ from dotenv import load_dotenv
11
 
12
  def download_instagram_reels(hashtag, num_reels=1, username="your_username", password="your_password"):
13
  # Remove previous downloads if they exist