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