Spaces:
Sleeping
Sleeping
just add enter
Browse files
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 |
|