Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,6 +44,6 @@ outputs = gr.Textbox(label = 'Performance')
|
|
| 44 |
Interface =gr.Interface(fn = prediction_func,
|
| 45 |
inputs = inputs,
|
| 46 |
outputs = outputs,
|
| 47 |
-
title = 'Student
|
| 48 |
,theme='NoCrypt/miku')
|
| 49 |
Interface.launch()
|
|
|
|
| 44 |
Interface =gr.Interface(fn = prediction_func,
|
| 45 |
inputs = inputs,
|
| 46 |
outputs = outputs,
|
| 47 |
+
title = 'Student Performance'
|
| 48 |
,theme='NoCrypt/miku')
|
| 49 |
Interface.launch()
|