Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Nymbo/QwQ-32B-Preview-Serverless
Nymbo
/
SmallThinker-3B-Preview-Serverless
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nymbo
commited on
Jul 26, 2024
Commit
4513a2f
·
verified
·
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()