Spaces:
Running
Running
Commit
·
b3012ac
1
Parent(s):
99a0221
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,9 @@ with gr.Blocks() as demo:
|
|
59 |
outputs=audio_output
|
60 |
)
|
61 |
|
62 |
-
|
63 |
gr.Image(value="https://huggingface.co/spaces/seawolf2357/fakevoice/blob/main/ARXIVGPT.png")
|
64 |
|
|
|
65 |
if __name__ == "__main__":
|
66 |
demo.launch()
|
|
|
59 |
outputs=audio_output
|
60 |
)
|
61 |
|
62 |
+
with gr.Row():
|
63 |
gr.Image(value="https://huggingface.co/spaces/seawolf2357/fakevoice/blob/main/ARXIVGPT.png")
|
64 |
|
65 |
+
|
66 |
if __name__ == "__main__":
|
67 |
demo.launch()
|