Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
53a34a2
1
Parent(s):
072a045
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def send_it8(inputs, noise_level, proc1=proc1):
|
|
80 |
|
81 |
|
82 |
def get_prompts(prompt_text, queue=None):
|
83 |
-
return text_gen(prompt_text
|
84 |
|
85 |
|
86 |
with gr.Blocks() as myface:
|
|
|
80 |
|
81 |
|
82 |
def get_prompts(prompt_text, queue=None):
|
83 |
+
return text_gen(prompt_text)
|
84 |
|
85 |
|
86 |
with gr.Blocks() as myface:
|