Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,9 +88,9 @@ def send_it8(inputs, model_choice):
|
|
88 |
return(output8)
|
89 |
css=""""""
|
90 |
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
|
95 |
with gr.Blocks(css=css) as myface:
|
96 |
gr.HTML("""<!DOCTYPE html>
|
|
|
88 |
return(output8)
|
89 |
css=""""""
|
90 |
|
91 |
+
if(magic1==""):
|
92 |
+
magic1=f"{prompt}"
|
93 |
+
return magic1
|
94 |
|
95 |
with gr.Blocks(css=css) as myface:
|
96 |
gr.HTML("""<!DOCTYPE html>
|