Victoria Oberascher commited on
Commit
686db84
·
1 Parent(s): 5265a69

try to remove gradio

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -3,10 +3,7 @@ from evaluate.utils import launch_gradio_widget
3
 
4
  module = evaluate.load("SEA-AI/horizon-metrics")
5
  #launch_gradio_widget(module)
6
-
7
-
8
- def launch_empty_interface():
9
- """Launches an empty Gradio interface."""
10
 
11
  try:
12
  import gradio as gr
@@ -31,4 +28,4 @@ def launch_empty_interface():
31
 
32
 
33
  # Call the function to launch the interface
34
- launch_empty_interface()
 
3
 
4
  module = evaluate.load("SEA-AI/horizon-metrics")
5
  #launch_gradio_widget(module)
6
+ """def launch_empty_interface():
 
 
 
7
 
8
  try:
9
  import gradio as gr
 
28
 
29
 
30
  # Call the function to launch the interface
31
+ launch_empty_interface()"""