sbicy commited on
Commit
1530d5e
·
verified ·
1 Parent(s): 7da1df8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()