Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ Original file is located at
|
|
7 |
https://colab.research.google.com/drive/1HBmhGB58E7LDJPmp4fGI-mJhRb5OZDWo
|
8 |
"""
|
9 |
|
|
|
10 |
!pip install huggingface_hub
|
11 |
from huggingface_hub import notebook_login
|
12 |
notebook_login()
|
|
|
7 |
https://colab.research.google.com/drive/1HBmhGB58E7LDJPmp4fGI-mJhRb5OZDWo
|
8 |
"""
|
9 |
|
10 |
+
streamlit run app.py
|
11 |
!pip install huggingface_hub
|
12 |
from huggingface_hub import notebook_login
|
13 |
notebook_login()
|