Spaces:
Runtime error
Runtime error
SerdarHelli
commited on
Commit
•
cb733ec
1
Parent(s):
d830ae8
Update app.py
Browse files
app.py
CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
|
|
3 |
|
4 |
|
5 |
#examples=["example_Benign1.png" ,"example_Benign2.png", "example_Malign2.png"]
|
6 |
-
gr.Interface.load("deprem-ml/deprem_satellite_semantic_whu",
|
7 |
title="deprem_satellite_semantic_whu",cache_examples=False).launch()
|
|
|
3 |
|
4 |
|
5 |
#examples=["example_Benign1.png" ,"example_Benign2.png", "example_Malign2.png"]
|
6 |
+
gr.Interface.load("huggingface/deprem-ml/deprem_satellite_semantic_whu",
|
7 |
title="deprem_satellite_semantic_whu",cache_examples=False).launch()
|