Spaces:
Running
Running
gamingflexer
commited on
Commit
•
7789e02
1
Parent(s):
a3e16bb
Update app2.py with new title for Blocks
Browse files- src/app2.py +1 -1
src/app2.py
CHANGED
@@ -69,7 +69,7 @@ def sample_fun(voice_input, product_id, progress=gr.Progress()):
|
|
69 |
return json_data
|
70 |
|
71 |
|
72 |
-
with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as demo:
|
73 |
|
74 |
with gr.Tab("Add Your Image"):
|
75 |
voice_input = gr.Audio(sources=["microphone"])
|
|
|
69 |
return json_data
|
70 |
|
71 |
|
72 |
+
with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink),title = "Edit Product by Voice") as demo:
|
73 |
|
74 |
with gr.Tab("Add Your Image"):
|
75 |
voice_input = gr.Audio(sources=["microphone"])
|