Spaces:
Running
Running
Jeff Myers II
commited on
Commit
·
d1c2a25
1
Parent(s):
11e13aa
Attempting to enable 8-bit quantization
Browse files- app.py +0 -2
- requirements.txt +2 -1
app.py
CHANGED
@@ -271,8 +271,6 @@ with gr.Blocks() as demo:
|
|
271 |
|
272 |
demo.launch()
|
273 |
|
274 |
-
import matplotlib.pyplot as plt
|
275 |
-
|
276 |
def visualize_quiz_answers(answers, *quiz_items):
|
277 |
"""
|
278 |
Visualization of correct/incorrect answers from the quiz
|
|
|
271 |
|
272 |
demo.launch()
|
273 |
|
|
|
|
|
274 |
def visualize_quiz_answers(answers, *quiz_items):
|
275 |
"""
|
276 |
Visualization of correct/incorrect answers from the quiz
|
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ transformers==4.50.0
|
|
6 |
lxml_html_clean==0.4.1
|
7 |
accelerate==1.5.2
|
8 |
bitsandbytes==0.45.3
|
9 |
-
spaces
|
|
|
|
6 |
lxml_html_clean==0.4.1
|
7 |
accelerate==1.5.2
|
8 |
bitsandbytes==0.45.3
|
9 |
+
spaces
|
10 |
+
matplotlib==3.10.3
|