Spaces:
Runtime error
Runtime error
back to old
Browse files
app.py
CHANGED
|
@@ -205,6 +205,4 @@ The leaderboard's backend mainly runs on the [Hugging Face Hub API](https://hugg
|
|
| 205 |
|
| 206 |
demo = gr.Interface(title=gradio_title, description=gradio_desc, fn=commit, inputs=["text", "text"], outputs="text")
|
| 207 |
|
| 208 |
-
demo.launch()
|
| 209 |
-
|
| 210 |
-

|
|
|
|
| 205 |
|
| 206 |
demo = gr.Interface(title=gradio_title, description=gradio_desc, fn=commit, inputs=["text", "text"], outputs="text")
|
| 207 |
|
| 208 |
+
demo.launch()
|
|
|
|
|
|