Ali-C137 commited on
Commit
14a8a03
·
1 Parent(s): 0f35abd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,9 +7,9 @@ Original file is located at
7
  https://colab.research.google.com/drive/17kGZuW3Yk57haXTamBR6bIFZv0B-iF5k
8
  """
9
 
10
- !pip install gradio==3.21.0
11
 
12
- !pip install -q git+https://github.com/huggingface/transformers.git
13
 
14
  from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
15
  import gradio as gr
 
7
  https://colab.research.google.com/drive/17kGZuW3Yk57haXTamBR6bIFZv0B-iF5k
8
  """
9
 
10
+ #!pip install gradio==3.21.0
11
 
12
+ #!pip install -q git+https://github.com/huggingface/transformers.git
13
 
14
  from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
15
  import gradio as gr