MadhurGarg commited on
Commit
480a26b
1 Parent(s): 6d91716

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ import gradio as gr
8
 
9
  def nanogpt(start:str , max_new_tokens = 500, num_samples =2):
10
 
11
-
12
  # -----------------------------------------------------------------------------
13
  init_from = 'resume' # either 'resume' (from an out_dir) or a gpt2 variant (e.g. 'gpt2-xl')
14
 
 
8
 
9
  def nanogpt(start:str , max_new_tokens = 500, num_samples =2):
10
 
 
11
  # -----------------------------------------------------------------------------
12
  init_from = 'resume' # either 'resume' (from an out_dir) or a gpt2 variant (e.g. 'gpt2-xl')
13