WeixuanYuan commited on
Commit
4184033
1 Parent(s): 2340d85
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import torch.nn as nn
3
  from huggingface_hub import PyTorchModelHubMixin
4
 
5
- # os.system('pip install torch')
6
 
7
  def greet(name):
8
  return "Hello " + name + "!!"
 
2
  import torch.nn as nn
3
  from huggingface_hub import PyTorchModelHubMixin
4
 
5
+ os.system('pip install transformers')
6
 
7
  def greet(name):
8
  return "Hello " + name + "!!"