Spaces:
Runtime error
Runtime error
Jyotiyadav
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,7 @@ import gradio as gr
|
|
2 |
import torch
|
3 |
import os
|
4 |
import torchvision
|
5 |
-
from transformers import pipeline
|
6 |
auth_token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
|
7 |
-
|
8 |
-
import gradio as gr
|
9 |
from unsloth import FastLanguageModel
|
10 |
|
11 |
instruction = """
|
|
|
2 |
import torch
|
3 |
import os
|
4 |
import torchvision
|
|
|
5 |
auth_token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
|
|
|
|
|
6 |
from unsloth import FastLanguageModel
|
7 |
|
8 |
instruction = """
|