gururise commited on
Commit
05b3239
·
1 Parent(s): d622f83

more huggingface spaces changes

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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()