Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
import gradio as gr
|
3 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
4 |
|
@@ -34,4 +33,4 @@ interface = gr.Interface(
|
|
34 |
description="Create a persona and interact with the chatbot. Describe the persona and ask any question!"
|
35 |
)
|
36 |
|
37 |
-
interface.launch()
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
3 |
|
|
|
33 |
description="Create a persona and interact with the chatbot. Describe the persona and ask any question!"
|
34 |
)
|
35 |
|
36 |
+
interface.launch()
|