Spaces:
Runtime error
Runtime error
Remove streamlit import
Browse files
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 |
|