Upload folder using huggingface_hub
Browse files- sample_data/untitled4.py +0 -2
- untitled4.py +0 -2
sample_data/untitled4.py
CHANGED
|
@@ -194,7 +194,6 @@ with gr.Blocks(title="🌍 EO Image Analysis") as demo:
|
|
| 194 |
|
| 195 |
demo.launch(share=True)
|
| 196 |
|
| 197 |
-
!pip install gradio huggingface_hub
|
| 198 |
from huggingface_hub import login
|
| 199 |
|
| 200 |
login(token="hf_xxxx")
|
|
@@ -203,4 +202,3 @@ from huggingface_hub import login
|
|
| 203 |
|
| 204 |
login(token="hf_yyyy")
|
| 205 |
|
| 206 |
-
! gradio deploy
|
|
|
|
| 194 |
|
| 195 |
demo.launch(share=True)
|
| 196 |
|
|
|
|
| 197 |
from huggingface_hub import login
|
| 198 |
|
| 199 |
login(token="hf_xxxx")
|
|
|
|
| 202 |
|
| 203 |
login(token="hf_yyyy")
|
| 204 |
|
|
|
untitled4.py
CHANGED
|
@@ -194,7 +194,6 @@ with gr.Blocks(title="🌍 EO Image Analysis") as demo:
|
|
| 194 |
|
| 195 |
demo.launch(share=True)
|
| 196 |
|
| 197 |
-
!pip install gradio huggingface_hub
|
| 198 |
from huggingface_hub import login
|
| 199 |
|
| 200 |
login(token="hf_xxxx")
|
|
@@ -203,4 +202,3 @@ from huggingface_hub import login
|
|
| 203 |
|
| 204 |
login(token="hf_yy")
|
| 205 |
|
| 206 |
-
! gradio deploy
|
|
|
|
| 194 |
|
| 195 |
demo.launch(share=True)
|
| 196 |
|
|
|
|
| 197 |
from huggingface_hub import login
|
| 198 |
|
| 199 |
login(token="hf_xxxx")
|
|
|
|
| 202 |
|
| 203 |
login(token="hf_yy")
|
| 204 |
|
|
|