ysharma HF staff commited on
Commit
f746958
·
1 Parent(s): c3ab9a0
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ from diffusers import StableDiffusionPipeline
20
  from lora_diffusion import monkeypatch_lora, tune_lora_scale
21
  import torch
22
  import os
 
23
  #os.system('python file.py')
24
  import subprocess
25
  # If your shell script has shebang,
 
20
  from lora_diffusion import monkeypatch_lora, tune_lora_scale
21
  import torch
22
  import os
23
+ import gradio as gr
24
  #os.system('python file.py')
25
  import subprocess
26
  # If your shell script has shebang,