Felguk commited on
Commit
597a418
·
verified ·
1 Parent(s): 0e1896f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -1,8 +1,3 @@
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
 
1
  import gradio as gr
2
 
3
+ gr.load("models/microsoft/phi-4").launch()