Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lap1official
/
API
like
2
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Reality123b
commited on
Oct 29, 2024
Commit
d598d13
·
verified
·
1 Parent(s):
bb7dc7b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -297,4 +297,7 @@ demo = gr.ChatInterface(
297
label="Top-p (nucleus sampling)"
298
),
299
]
300
-
)
297
label="Top-p (nucleus sampling)"
298
),
299
]
300
+
)
301
+
302
+
if __name__ == "__main__":
303
+
demo.launch(share=True)