yashAI007 commited on
Commit
342a1be
·
1 Parent(s): b7de1ae

just add enter

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import torch
2
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
3
  import gradio as gr
4
 
 
5
  # Set the random seed for reproducibility
6
  torch.random.manual_seed(0)
7
 
 
2
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
3
  import gradio as gr
4
 
5
+
6
  # Set the random seed for reproducibility
7
  torch.random.manual_seed(0)
8