Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
# Install the dependency, i.e. gradio library once
|
2 |
-
!pip install gradio
|
3 |
-
|
4 |
# It is possible to download without any issues almost any model with one line of code. Choose any model, get its link, and add before it "huggingface/".
|
5 |
# import gradio and define it as a variable name
|
6 |
import gradio as gr
|
|
|
|
|
|
|
|
|
1 |
# It is possible to download without any issues almost any model with one line of code. Choose any model, get its link, and add before it "huggingface/".
|
2 |
# import gradio and define it as a variable name
|
3 |
import gradio as gr
|