Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue=page_utils.KALBE_THEME_COLOR,
|
|
261 |
fn=image_classifier,
|
262 |
cache_examples=False,
|
263 |
)
|
264 |
-
gr.Markdown(line_breaks=True, value='Author: M HAIKAL FEBRIAN P ([email protected]
|
265 |
|
266 |
# demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
267 |
app.launch(share=True)
|
|
|
261 |
fn=image_classifier,
|
262 |
cache_examples=False,
|
263 |
)
|
264 |
+
gr.Markdown(line_breaks=True, value='Author: M HAIKAL FEBRIAN P ([email protected]) <div class="row"><a href="https://github.com/HAikalfebrianp96?tab=repositories"><img alt="GitHub" src="https://img.shields.io/badge/haikal%20phona-000000?logo=github"> </div>')
|
265 |
|
266 |
# demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
|
267 |
app.launch(share=True)
|