mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	allow .whl files for spacy nlp pipeline contributions
This commit is contained in:
		@@ -42,7 +42,7 @@
 | 
			
		||||
            {{ form.hidden_tag() }}
 | 
			
		||||
            <div class="row">
 | 
			
		||||
              <div class="col s12 l5">
 | 
			
		||||
                {{ wtf.render_field(form.spacy_model_file, accept='.tar.gz', placeholder='Choose a .tar.gz file') }}
 | 
			
		||||
                {{ wtf.render_field(form.spacy_model_file, accept='.tar.gz,.whl', placeholder='Choose a .tar.gz or .whl file') }}
 | 
			
		||||
              </div>
 | 
			
		||||
              <div class="col s12 l7">
 | 
			
		||||
                {{ wtf.render_field(form.title, material_icon='title') }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user