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