Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
#!pip install -U "transformers==4.40.0" --upgrade
|
3 |
#!pip install -i https://pypi.org/simple/ bitsandbytes
|
4 |
#!pip install accelerate
|
@@ -102,7 +102,8 @@ with gr.Blocks() as demo:
|
|
102 |
generate, inputs =[chatbot,],outputs = chatbot,)
|
103 |
|
104 |
demo.queue()
|
105 |
-
demo.launch(debug=True)
|
|
|
106 |
|
107 |
import os
|
108 |
from groq import Groq
|
@@ -150,4 +151,4 @@ with gr. Blocks(theme=gr.themes.Monochrome(), fill_height=True) as demo:
|
|
150 |
)
|
151 |
|
152 |
demo.queue()
|
153 |
-
demo.launch()
|
|
|
1 |
+
|
2 |
#!pip install -U "transformers==4.40.0" --upgrade
|
3 |
#!pip install -i https://pypi.org/simple/ bitsandbytes
|
4 |
#!pip install accelerate
|
|
|
102 |
generate, inputs =[chatbot,],outputs = chatbot,)
|
103 |
|
104 |
demo.queue()
|
105 |
+
demo.launch(debug=True)
|
106 |
+
'''
|
107 |
|
108 |
import os
|
109 |
from groq import Groq
|
|
|
151 |
)
|
152 |
|
153 |
demo.queue()
|
154 |
+
demo.launch()'''
|