Vish2005 commited on
Commit
bea231e
·
1 Parent(s): c901346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,7 +72,7 @@ def remove(element):
72
  pq.queue = temp.queue
73
 
74
 
75
-
76
 
77
  databox = gr.Textbox(label="Enter your data type here:", placeholder="e.g., images, genome, binary")
78
 
@@ -86,7 +86,7 @@ ouputbox = gr.Textbox(label="Output", placeholder="Accuracy: 100%", lines = 10)
86
 
87
  iface = gr.Interface(
88
  fn=inputter,
89
- inputs=[databox, augbox, featurebox, machinebox],
90
  outputs=ouputbox,
91
  title="Cancer Metapipeline",
92
  )
 
72
  pq.queue = temp.queue
73
 
74
 
75
+ datalink = gr.Textbox(label="Enter your data link here:", placeholder="e.g., https://sample_data.tar.gz")
76
 
77
  databox = gr.Textbox(label="Enter your data type here:", placeholder="e.g., images, genome, binary")
78
 
 
86
 
87
  iface = gr.Interface(
88
  fn=inputter,
89
+ inputs=[datalink, databox, augbox, featurebox, machinebox],
90
  outputs=ouputbox,
91
  title="Cancer Metapipeline",
92
  )