T3LS commited on
Commit
b435468
·
verified ·
1 Parent(s): 4542233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,5 +1,3 @@
1
  import gradio as gr
2
- import spaces
3
 
4
- @spaces.GPU(duration=120)
5
- gr.Interface("models/philomath-1209/programming-language-identification").launch()
 
1
  import gradio as gr
 
2
 
3
+ gr.load("models/philomath-1209/programming-language-identification").launch()