Spaces:
Sleeping
Sleeping
Commit ·
09f59b6
1
Parent(s): 1bd88b2
commit 00031
Browse files
app.py
CHANGED
|
@@ -36,8 +36,8 @@ def chat_fn(message, history):
|
|
| 36 |
|
| 37 |
return reply
|
| 38 |
|
| 39 |
-
# ✅ Gradio UI
|
| 40 |
-
with gr.Blocks(theme=gr.themes.Soft()
|
| 41 |
gr.Markdown("## 💬 Chat with Phi-3 Mini")
|
| 42 |
gr.Markdown("Welcome to your AI Assistant powered by Phi-3 Mini. Ask me anything or request code examples!")
|
| 43 |
|
|
|
|
| 36 |
|
| 37 |
return reply
|
| 38 |
|
| 39 |
+
# ✅ Gradio UI
|
| 40 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 41 |
gr.Markdown("## 💬 Chat with Phi-3 Mini")
|
| 42 |
gr.Markdown("Welcome to your AI Assistant powered by Phi-3 Mini. Ask me anything or request code examples!")
|
| 43 |
|