Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
|
|
|
|
|
|
3 |
|
4 |
MORE = """ ## TRY Other Models
|
5 |
### JARVIS: Your VOICE Assistant -> https://huggingface.co/spaces/KingNish/JARVIS
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
+
import requests
|
4 |
+
from huggingface_hub import cached_download, hf_hub_url
|
5 |
+
|
6 |
|
7 |
MORE = """ ## TRY Other Models
|
8 |
### JARVIS: Your VOICE Assistant -> https://huggingface.co/spaces/KingNish/JARVIS
|