noumanjavaid commited on
Commit
90a0d81
·
verified ·
1 Parent(s): 90d43bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  # %%
3
  # Datasets installation
4
- ! pip install datasets transformers
5
  # To install from source instead of the last release, comment the command above and uncomment the following one.
6
  # ! pip install git+https://github.com/huggingface/datasets.git
7
 
 
1
  import streamlit as st
2
  # %%
3
  # Datasets installation
4
+ #! pip install datasets transformers
5
  # To install from source instead of the last release, comment the command above and uncomment the following one.
6
  # ! pip install git+https://github.com/huggingface/datasets.git
7