Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def process_prompt(prompt):
|
|
8 |
image = model_interfaces(prompt)
|
9 |
return image
|
10 |
|
11 |
-
with gradio.Blocks(theme=
|
12 |
sandbox = gradio.Interface(
|
13 |
fn=process_prompt,
|
14 |
inputs=[gradio.Textbox(label="Enter Prompt:")],
|
|
|
8 |
image = model_interfaces(prompt)
|
9 |
return image
|
10 |
|
11 |
+
with gradio.Blocks(theme=gradio.themes.Soft()) as sandbox:
|
12 |
sandbox = gradio.Interface(
|
13 |
fn=process_prompt,
|
14 |
inputs=[gradio.Textbox(label="Enter Prompt:")],
|