Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def generate_abap(message, history, model_choice):
|
|
| 56 |
yield error_msg
|
| 57 |
|
| 58 |
# --- The UI ---
|
| 59 |
-
with gr.Blocks(
|
| 60 |
gr.Markdown("# 🚀 ABAP Coder (Serverless GPU)")
|
| 61 |
gr.Markdown("Generate ABAP code using top open-source models running on Hugging Face's Free API.")
|
| 62 |
|
|
|
|
| 56 |
yield error_msg
|
| 57 |
|
| 58 |
# --- The UI ---
|
| 59 |
+
with gr.Blocks( ) as demo:
|
| 60 |
gr.Markdown("# 🚀 ABAP Coder (Serverless GPU)")
|
| 61 |
gr.Markdown("Generate ABAP code using top open-source models running on Hugging Face's Free API.")
|
| 62 |
|