os1187 commited on
Commit
576fc0c
·
1 Parent(s): 0c3b8f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ inputs = [
45
  ]
46
 
47
  # Define the output component
48
- output = gr.outputs.Textbox(label="Usage Volume Plot", type="json")
49
 
50
  # Create the interface
51
  iface = gr.Interface(fn=plot_usage_volume, inputs=inputs, outputs=output, title="System Rollout Usage Volume Plot")
 
45
  ]
46
 
47
  # Define the output component
48
+ output = gr.outputs.Textbox(label="Usage Volume Plot")
49
 
50
  # Create the interface
51
  iface = gr.Interface(fn=plot_usage_volume, inputs=inputs, outputs=output, title="System Rollout Usage Volume Plot")