Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def generate_response(prompt, system_prompt, temperature, top_p, seed):
|
|
| 52 |
|
| 53 |
# Create the Gradio interface
|
| 54 |
with gr.Blocks() as app:
|
| 55 |
-
gr.Markdown("# Roblox API
|
| 56 |
with gr.Row():
|
| 57 |
with gr.Column():
|
| 58 |
# Input components
|
|
|
|
| 52 |
|
| 53 |
# Create the Gradio interface
|
| 54 |
with gr.Blocks() as app:
|
| 55 |
+
gr.Markdown("# Roblox Safe Generation API (Generate Text)")
|
| 56 |
with gr.Row():
|
| 57 |
with gr.Column():
|
| 58 |
# Input components
|