jethrovic commited on
Commit
2ab4c57
1 Parent(s): f0d99a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,4 +1,7 @@
1
  import streamlit as st
 
 
 
2
 
3
  fuyu_client = Client("https://adept-fuyu-8b-demo.hf.space/")
4
  def get_caption(image_in):
 
1
  import streamlit as st
2
+ import gradio as gr
3
+ from gradio_client import Client
4
+
5
 
6
  fuyu_client = Client("https://adept-fuyu-8b-demo.hf.space/")
7
  def get_caption(image_in):