Spaces:
Build error
Build error
more huggingface spaces changes
Browse files
app.py
CHANGED
@@ -159,6 +159,4 @@ iface = gr.Interface(
|
|
159 |
cache_examples=True,
|
160 |
title="BLOOM vs BLOOMZ",
|
161 |
description='''<p>Compare outputs of the BLOOM and BLOOMZ 176 billion parameter models using the [Petals](https://petals.ml/) network. Please consider joining the Petals network to help speed up inference.</p><p>Big thanks to [RFTCapital](https://www.rftcapital.com) for providing initial compute resources.</p>'''
|
162 |
-
)
|
163 |
-
|
164 |
-
iface.launch(debug=True, share=False)
|
|
|
159 |
cache_examples=True,
|
160 |
title="BLOOM vs BLOOMZ",
|
161 |
description='''<p>Compare outputs of the BLOOM and BLOOMZ 176 billion parameter models using the [Petals](https://petals.ml/) network. Please consider joining the Petals network to help speed up inference.</p><p>Big thanks to [RFTCapital](https://www.rftcapital.com) for providing initial compute resources.</p>'''
|
162 |
+
).launch()
|
|
|
|