Nathan12 commited on
Commit
e29a722
·
1 Parent(s): 98736da

fix requirements

Browse files
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -1,4 +1,3 @@
1
- from fasterbench.benchmark import *
2
  import gradio as gr
3
  import plotly
4
 
 
 
1
  import gradio as gr
2
  import plotly
3
 
.ipynb_checkpoints/requirements-checkpoint.txt CHANGED
@@ -1,4 +1,3 @@
1
- fasterbench
2
  torch
3
  plotly
4
  codecarbon
 
 
1
  torch
2
  plotly
3
  codecarbon
app.py CHANGED
@@ -1,4 +1,3 @@
1
- from fasterbench.benchmark import *
2
  import gradio as gr
3
  import plotly
4
 
 
 
1
  import gradio as gr
2
  import plotly
3
 
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- fasterbench
2
  torch
3
  plotly
4
  codecarbon
 
 
1
  torch
2
  plotly
3
  codecarbon