Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import subprocess
|
2 |
import gradio as gr
|
3 |
subprocess.Popen("git lfs install", shell=True)
|
4 |
-
subprocess.Popen("git clone https://
|
5 |
gr.load("HuggingFaceH4/zephyr-7b-beta", src="models").launch()
|
|
|
1 |
import subprocess
|
2 |
import gradio as gr
|
3 |
subprocess.Popen("git lfs install", shell=True)
|
4 |
+
subprocess.Popen("git clone https://github.com/peterpeter858585/ai.git", shell=True)
|
5 |
gr.load("HuggingFaceH4/zephyr-7b-beta", src="models").launch()
|