Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prompted365
/
microsoft-Phi-3-mini-4k-instruct
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prompted365
commited on
Apr 24, 2024
Commit
cdf531a
·
verified
·
1 Parent(s):
2a4b78b
Take 2
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
-
gr.load("models/microsoft/Phi-3-mini-4k-instruct").launch(
server_port
)
1
import gradio as gr
2
3
+
gr.load("models/microsoft/Phi-3-mini-4k-instruct").launch()
4
+
5
+
launch(server_port)