gmdnn commited on
Commit
261aa8b
1 Parent(s): 34120a1

Remove streamlit import

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import os
2
  os.system("pip install gradio==3.3")
3
  import gradio as gr
4
  import numpy as np
5
- import streamlit as st
6
 
7
  title = "SpeechMatrix Speech-to-speech Translation"
8
 
 
2
  os.system("pip install gradio==3.3")
3
  import gradio as gr
4
  import numpy as np
 
5
 
6
  title = "SpeechMatrix Speech-to-speech Translation"
7