awacke1 commited on
Commit
6c2d563
1 Parent(s): fe16bd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -2,7 +2,6 @@ import streamlit as st
2
  import streamlit.components.v1 as components
3
  import huggingface_hub
4
  import gradio_client as gc
5
-
6
  import os
7
  import json
8
  import random
@@ -17,7 +16,6 @@ import textract
17
  import time
18
  import zipfile
19
  import dotenv
20
-
21
  from gradio_client import Client
22
  from audio_recorder_streamlit import audio_recorder
23
  from bs4 import BeautifulSoup
 
2
  import streamlit.components.v1 as components
3
  import huggingface_hub
4
  import gradio_client as gc
 
5
  import os
6
  import json
7
  import random
 
16
  import time
17
  import zipfile
18
  import dotenv
 
19
  from gradio_client import Client
20
  from audio_recorder_streamlit import audio_recorder
21
  from bs4 import BeautifulSoup