Spaces:
Runtime error
Runtime error
martianband1t
commited on
Commit
•
1d60ec5
1
Parent(s):
260b504
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,6 @@ demo = gr.ChatInterface(
|
|
75 |
label="Top-p (echantillons nucleus)",
|
76 |
)
|
77 |
]
|
78 |
-
)
|
79 |
-
|
80 |
if __name__ == "__main__":
|
81 |
demo.launch()
|
|
|
75 |
label="Top-p (echantillons nucleus)",
|
76 |
)
|
77 |
]
|
78 |
+
)
|
|
|
79 |
if __name__ == "__main__":
|
80 |
demo.launch()
|