Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nymbo/phi-3-mini-4k-instruct
Nymbo
/
phi-3.5-mini-instruct-serverless
like
4
Running
App
Files
Files
Community
Nymbo
commited on
Jul 26
Commit
4513a2f
•
1 Parent(s):
c044d7a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -60,6 +60,7 @@ demo = gr.ChatInterface(
60
61
],
62
theme="Nymbo/Alyx_Theme",
63
)
64
if __name__ == "__main__":
65
demo.launch()
60
61
],
62
theme="Nymbo/Alyx_Theme",
63
+
height=700
64
)
65
if __name__ == "__main__":
66
demo.launch()