Spaces:
Sleeping
Sleeping
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,6 @@ with gr.Blocks(title="Holmes pubication manager") as app:
|
|
49 |
|
50 |
)
|
51 |
|
52 |
-
"""
|
53 |
with gr.Tab("Publish"):
|
54 |
tweet = gr.Textbox(value="Tweet",label="The text to tweet",scale=3)
|
55 |
link = gr.Textbox(value="Tweet",label="Prompt to gematria conversion for apply ELS",scale=3)
|
@@ -80,7 +79,6 @@ with gr.Blocks(title="Holmes pubication manager") as app:
|
|
80 |
textpub = gr.Textbox(label="Text Publish",scale=3)
|
81 |
imgpub = gr.Textbox(scale=2)
|
82 |
zir_btn = gr.Button("Publish",scale=1)
|
83 |
-
"""
|
84 |
|
85 |
if __name__ == "__main__":
|
86 |
app.launch()
|
|
|
49 |
|
50 |
)
|
51 |
|
|
|
52 |
with gr.Tab("Publish"):
|
53 |
tweet = gr.Textbox(value="Tweet",label="The text to tweet",scale=3)
|
54 |
link = gr.Textbox(value="Tweet",label="Prompt to gematria conversion for apply ELS",scale=3)
|
|
|
79 |
textpub = gr.Textbox(label="Text Publish",scale=3)
|
80 |
imgpub = gr.Textbox(scale=2)
|
81 |
zir_btn = gr.Button("Publish",scale=1)
|
|
|
82 |
|
83 |
if __name__ == "__main__":
|
84 |
app.launch()
|