mukaist commited on
Commit
6f0d0c3
1 Parent(s): ddfecfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -11
app.py CHANGED
@@ -247,20 +247,16 @@ with gr.Blocks() as demo:
247
 
248
  with gr.Column():
249
  gr.Markdown("""
250
- # Welcome to [VFusion3D](https://junlinhan.github.io/projects/vfusion3d.html) Demo
251
 
252
- This demo allows you to upload an image and generate a 3D model or rendered videos from it.
 
253
 
254
- ## How to Use:
255
- 1. Click on "Click to Upload" to upload an image, or choose one example image.
256
-
257
- 2: Choose between "Generate and Download Mesh" or "Generate and Download Video", then click it.
258
-
259
- 3. Wait for the model to process; meshes should take approximately 10 seconds, and videos will take approximately 30 seconds.
260
-
261
- 4. Download the generated mesh or video.
262
 
263
- This demo does not aim to provide optimal results but rather to provide a quick look. See our [GitHub](https://github.com/facebookresearch/vfusion3d) for more.
264
 
265
  """)
266
  img_input = gr.Image(type="pil", label="Input Image")
 
247
 
248
  with gr.Column():
249
  gr.Markdown("""
250
+ Hepzeka.com- Resim den 3D Obj üret, bir resim yüklemenize ve ondan bir 3B model veya işlenmiş videolar oluşturmanıza olanak tanır.
251
 
252
+ ## Nasıl Kullanılır:
253
+ 1. Bir resim yüklemek için "Yüklemek İçin Tıkla"ya tıklayın veya bir örnek resim seçin.
254
 
255
+ 2: "Mesh Oluştur ve İndir" veya "Video Oluştur ve İndir" arasında seçim yapın, ardından tıklayın.
256
+
257
+ 3. Modelin işlenmesini bekleyin; mesh'ler yaklaşık 10 saniye, videolar ise yaklaşık 30 saniye sürecektir.
 
 
 
 
 
258
 
259
+ 4. Oluşturulan mesh'i veya videoyu indirin.
260
 
261
  """)
262
  img_input = gr.Image(type="pil", label="Input Image")