peterpeter8585 commited on
Commit
8bf6d8e
·
verified ·
1 Parent(s): 9e3005e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -1,7 +1,5 @@
1
  import subprocess
2
- a=True
3
- while a:
4
-
5
- subprocess.Popen("git lfs install", shell=True)
6
- subprocess.Popen("git clone [email protected]:HuggingFaceH4/zephyr-7b-beta", shell=True)
7
- a=False
 
1
  import subprocess
2
+ import gradio as gr
3
+ gr.load("HuggingFaceH4/zephyr-7b-beta").launch()
4
+ subprocess.Popen("git lfs install", shell=True)
5
+ subprocess.Popen("git clone [email protected]:HuggingFaceH4/zephyr-7b-beta", shell=True)