Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
|
|
2 |
from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
|
3 |
import torch
|
4 |
import theme
|
5 |
-
import theme_chat
|
6 |
|
7 |
theme = theme.Theme()
|
8 |
|
|
|
2 |
from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
|
3 |
import torch
|
4 |
import theme
|
|
|
5 |
|
6 |
theme = theme.Theme()
|
7 |
|