Felguk commited on
Commit
0e1896f
·
verified ·
1 Parent(s): 2ee450b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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