Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ def generate_text(prompt, max_length=50):
|
|
38 |
|
39 |
# --- Gradio Interface ---
|
40 |
with gr.Blocks() as demo:
|
41 |
-
gr.Markdown("# Snowflake-G0-stable
|
42 |
-
gr.Markdown("
|
43 |
|
44 |
with gr.Row():
|
45 |
input_prompt = gr.Textbox(label="Input Prompt", placeholder="Enter your text here...")
|
|
|
38 |
|
39 |
# --- Gradio Interface ---
|
40 |
with gr.Blocks() as demo:
|
41 |
+
gr.Markdown("# Snowflake-G0-stable")
|
42 |
+
gr.Markdown("")
|
43 |
|
44 |
with gr.Row():
|
45 |
input_prompt = gr.Textbox(label="Input Prompt", placeholder="Enter your text here...")
|