Spaces:
Sleeping
Sleeping
RamAnanth1
commited on
Commit
•
b0d15d2
1
Parent(s):
952a2cb
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
import gradio as gr
|
|
|
|
|
2 |
from instruct_pipeline import InstructionTextGenerationPipeline
|
3 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
4 |
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio.themes.base import Base
|
3 |
+
from gradio.themes.utils import colors, fonts, sizes
|
4 |
from instruct_pipeline import InstructionTextGenerationPipeline
|
5 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
6 |
|