Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
import torch
|
|
|
1 |
+
import subprocess
|
2 |
+
command = 'pip install git+https://github.com/snekkenull/diffusers.git'
|
3 |
+
subprocess.run(command, shell=True)
|
4 |
+
|
5 |
import os
|
6 |
import gradio as gr
|
7 |
import torch
|