Next commited on
Commit
49646b9
1 Parent(s): ce0fc13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ os.makedirs("ytdl", exist_ok=True)
8
 
9
 
10
  # applio theme imports
11
- from __future__ import annotations
12
 
13
  from typing import Iterable
14
  import gradio as gr
 
8
 
9
 
10
  # applio theme imports
11
+ #from __future__ import annotations
12
 
13
  from typing import Iterable
14
  import gradio as gr