Justinrune commited on
Commit
5057c18
1 Parent(s): 2852136

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. co.sh +5 -0
app.py CHANGED
@@ -6,4 +6,4 @@ def greet(name):
6
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
  if __name__ == "__main__":
9
- demo.launch()
 
6
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
  if __name__ == "__main__":
9
+ demo.launch(share=True)
co.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ git init
2
+ git add .
3
+ git commit -m "Initial commit"
4
+ git remote add origin https://huggingface.co/spaces/Justinrune/LLaMA-Factory
5
+ git push -u origin master