Spaces:
Runtime error
Runtime error
AdithyaSNair
commited on
Commit
•
45ff6fa
1
Parent(s):
b394f4b
Update app.py
Browse files
app.py
CHANGED
@@ -1,12 +1,3 @@
|
|
1 |
-
# -*- coding: utf-8 -*-
|
2 |
-
""" Gradio PCOS Prediction .ipynb
|
3 |
-
|
4 |
-
Automatically generated by Colaboratory.
|
5 |
-
|
6 |
-
The original file is located at
|
7 |
-
https://colab.research.google.com/drive/1W2dPPr1tHmTDgMgZML6C1Ch-4p_tOeZR
|
8 |
-
"""
|
9 |
-
|
10 |
import pandas as pd
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import pandas as pd
|
2 |
import gradio as gr
|
3 |
import numpy as np
|