Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ChanLeoAlex
/
LLMExs
like
0
License:
gpl-3.0
Model card
Files
Files and versions
Community
cleverer123
commited on
Oct 19, 2024
Commit
4a7a181
•
1 Parent(s):
2134976
xx
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,4 @@ demo = gr.Interface(
6
fn=greet,
7
inputs="text",
8
outputs="text")
9
-
demo.launch(share=True
, server_port=7861
)
6
fn=greet,
7
inputs="text",
8
outputs="text")
9
+
demo.launch(share=True)