Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
import gradio as gr
|
2 |
import os
|
3 |
-
|
4 |
os.system("pip uninstall -y gradio")
|
5 |
os.system("pip install gradio==2.6.4")
|
6 |
|
|
|
|
|
7 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
8 |
# Load the interface from the specified space
|
9 |
interface = gr.Interface.load("spaces/Karzan/Barnammer-TTS",api_key=HF_TOKEN)
|
|
|
|
|
1 |
import os
|
|
|
2 |
os.system("pip uninstall -y gradio")
|
3 |
os.system("pip install gradio==2.6.4")
|
4 |
|
5 |
+
import gradio as gr
|
6 |
+
|
7 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
8 |
# Load the interface from the specified space
|
9 |
interface = gr.Interface.load("spaces/Karzan/Barnammer-TTS",api_key=HF_TOKEN)
|