ML-INTA commited on
Commit
13010a5
1 Parent(s): 8385814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import gradio as gr
14
  # Variables globales
15
  # ######################
16
 
17
- model_id = "runwayml/stable-diffusion-v1-5"
18
 
19
  # ######################
20
  # Funciones auxiliares
 
14
  # Variables globales
15
  # ######################
16
 
17
+ model_id = "https://huggingface.co/runwayml/stable-diffusion-v1-5"
18
 
19
  # ######################
20
  # Funciones auxiliares