ddiddu commited on
Commit
f8e07b5
·
verified ·
1 Parent(s): eb5872b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -296,7 +296,7 @@ examples = [
296
  with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
297
  gr.Markdown(
298
  """
299
- <img src="http://jisulog.kim/profile.png" alt="Profile Image" style="width: 250px; height: auto; border-radius: 50%;">
300
 
301
  # 😊 Hi Hi Hawaii, I am Jisu Kim!
302
 
@@ -317,4 +317,4 @@ with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
317
  gr.ChatInterface(predict, examples=examples)
318
 
319
  if __name__ == "__main__":
320
- demo.launch(height=750)
 
296
  with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
297
  gr.Markdown(
298
  """
299
+ <img src="http://jisulog.kim/profile.png" alt="Profile Image" style="width: 200px; height: auto; border-radius: 50%;">
300
 
301
  # 😊 Hi Hi Hawaii, I am Jisu Kim!
302
 
 
317
  gr.ChatInterface(predict, examples=examples)
318
 
319
  if __name__ == "__main__":
320
+ demo.launch(height=1000)