Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def stop_generation():
|
|
39 |
|
40 |
with gr.Blocks() as interface:#...
|
41 |
gr.Markdown(
|
42 |
-
"
|
43 |
)
|
44 |
|
45 |
text_input = gr.Textbox(label="Type here your imagination:", placeholder="Type your prompt...")
|
|
|
39 |
|
40 |
with gr.Blocks() as interface:#...
|
41 |
gr.Markdown(
|
42 |
+
"Prompt ကို English လိုသာရေးလို့ရပါမယ်"
|
43 |
)
|
44 |
|
45 |
text_input = gr.Textbox(label="Type here your imagination:", placeholder="Type your prompt...")
|