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