Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,6 @@ demo = gr.ChatInterface(
|
|
38 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
|
39 |
],
|
40 |
)
|
41 |
-
|
42 |
if __name__ == "__main__":
|
43 |
demo.launch()
|
|
|
38 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
|
39 |
],
|
40 |
)
|
41 |
+
#
|
42 |
if __name__ == "__main__":
|
43 |
demo.launch()
|