Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.load("models/microsoft/phi-4").launch()
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.load("models/microsoft/phi-4").launch()
|
4 |
+
|
5 |
+
# Create the Gradio interface
|
6 |
+
interface = gr.Interface(
|
7 |
+
title="Phi-4 Model Interface", # Title of the interface
|
8 |
+
description="Interact with the Phi-4 model by entering text in the box below.", # Description
|